Skip to content

Commit 2aae483

Browse files
DEFAULT_KEYS
1 parent a77d76e commit 2aae483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestVectors/dafny/DDBEncryption/src/JsonConfig.dfy

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ module {:options "-functionSyntax:4"} JsonConfig {
3232
import CreateInterceptedDDBClient
3333
import DynamoDbItemEncryptor
3434

35-
36-
const DEFAULT_KEYS : string := "../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
35+
// TODO: Add extern for DEFAULT_KEYS
36+
const DEFAULT_KEYS : string := "../../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
3737

3838
predicate IsValidInt32(x: int) { -0x8000_0000 <= x < 0x8000_0000}
3939
type ConfigName = string

0 commit comments

Comments
 (0)