-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch file to remove {:vcs_split_on_every_assert} for 4.4
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...terialProviders/codegen-patches/AwsCryptographicMaterialProviders/dafny/dafny-4.4.0.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/src/Keyrings/AwsKms/AwsKmsKeyring.dfy b/AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/src/Keyrings/AwsKms/AwsKmsKeyring.dfy | ||
index b318ab09..3684bd23 100644 | ||
--- a/AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/src/Keyrings/AwsKms/AwsKmsKeyring.dfy | ||
+++ b/AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/src/Keyrings/AwsKms/AwsKmsKeyring.dfy | ||
@@ -386,7 +386,7 @@ module AwsKmsKeyring { | ||
//# OnDecrypt MUST take [decryption materials] | ||
//# (../structures.md#decryption-materials) and a list of [encrypted data | ||
//# keys](../structures.md#encrypted-data-key) as input. | ||
- method {:vcs_split_on_every_assert} OnDecrypt'( | ||
+ method OnDecrypt'( | ||
input: Types.OnDecryptInput | ||
) | ||
returns (res: Result<Types.OnDecryptOutput, Types.Error>) |