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
9090TYPES_FILE_WITHOUT_EXTERN_STRING ="module AwsCryptographyEncryptionSdkTypes"
9191
9292INDEX_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 {"
9494INDEX_FILE_WITHOUT_EXTERN_STRING ="module EncryptionSdk refines AbstractAwsCryptographyEncryptionSdkService {"
Original file line number Diff line number Diff line change 44include "AwsEncryptionSdkOperations. dfy"
55
66module
7- {:extern "software. amazon. cryptography. encryptionsdk. internaldafny" }
8- ESDK refines AbstractAwsCryptographyEncryptionSdkService {
7+ {:extern "software. amazon. cryptography. encryptionsdk. internaldafny" } ESDK refines AbstractAwsCryptographyEncryptionSdkService {
98 import Operations = AwsEncryptionSdkOperations
109 import Primitives = AtomicPrimitives
1110 import MaterialProviders
You can’t perform that action at this time.
0 commit comments