diff options
author | bunnei <bunneidev@gmail.com> | 2017-02-25 00:12:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-25 00:12:33 -0500 |
commit | 892888ed9e7c683150493c7c17f567d3c569e62e (patch) | |
tree | fffbfb393fc1da4b6c69a9c0593d2fe8ef9a10a7 /src/common/common_paths.h | |
parent | fb5301cf6e7fd5d9ff2ea28b0ee610a7861146e6 (diff) | |
parent | 261250e3d9f78ead609e010a09d5efbb2694bf17 (diff) |
Merge pull request #2569 from wwylele/wrap-unwrap
APT: implemented Wrap and Unwrap
Diffstat (limited to 'src/common/common_paths.h')
-rw-r--r-- | src/common/common_paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index b56105306..d5b510cdb 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h @@ -45,3 +45,4 @@ // Sys files #define SHARED_FONT "shared_font.bin" +#define AES_KEYS "aes_keys.txt" |