diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-19 03:25:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-19 03:25:18 +0300 |
commit | 5c761256265b1ec48d02c462212d1238ddc0d6e2 (patch) | |
tree | 417d9065e55840bdeac4a7b141c30c5b4e99b75f /cxx/include/aesnixx/all.hpp | |
parent | OFB/CTR decryption is the same as encryption (diff) | |
download | aes-tools-5c761256265b1ec48d02c462212d1238ddc0d6e2.tar.gz aes-tools-5c761256265b1ec48d02c462212d1238ddc0d6e2.zip |
add call stacks to errors
Diffstat (limited to '')
-rw-r--r-- | cxx/include/aesnixx/all.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cxx/include/aesnixx/all.hpp b/cxx/include/aesnixx/all.hpp index 72ea262..1452f68 100644 --- a/cxx/include/aesnixx/all.hpp +++ b/cxx/include/aesnixx/all.hpp @@ -10,4 +10,5 @@ #include "aes.hpp" #include "data.hpp" +#include "debug.hpp" #include "error.hpp" |