File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
dafny/AwsEncryptionSdk/src Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -90,5 +90,5 @@ TYPES_FILE_WITH_EXTERN_STRING="module {:extern \"software.amazon.cryptography.en
90
90
TYPES_FILE_WITHOUT_EXTERN_STRING ="module AwsCryptographyEncryptionSdkTypes"
91
91
92
92
INDEX_FILE_PATH =dafny/AwsEncryptionSdk/src/Index.dfy
93
- INDEX_FILE_WITH_EXTERN_STRING ="module {:extern \"software.amazon.cryptography.encryptionsdk.internaldafny\" } EncryptionSdk refines AbstractAwsCryptographyEncryptionSdkService {"
93
+ INDEX_FILE_WITH_EXTERN_STRING ="module {:extern \"software.amazon.cryptography.encryptionsdk.internaldafny\" } ESDK refines AbstractAwsCryptographyEncryptionSdkService {"
94
94
INDEX_FILE_WITHOUT_EXTERN_STRING ="module EncryptionSdk refines AbstractAwsCryptographyEncryptionSdkService {"
Original file line number Diff line number Diff line change 4
4
include "AwsEncryptionSdkOperations. dfy"
5
5
6
6
module
7
- {:extern "software. amazon. cryptography. encryptionsdk. internaldafny" }
8
- ESDK refines AbstractAwsCryptographyEncryptionSdkService {
7
+ {:extern "software. amazon. cryptography. encryptionsdk. internaldafny" } ESDK refines AbstractAwsCryptographyEncryptionSdkService {
9
8
import Operations = AwsEncryptionSdkOperations
10
9
import Primitives = AtomicPrimitives
11
10
import MaterialProviders
You can’t perform that action at this time.
0 commit comments