diff options
Diffstat (limited to 'aes.h')
-rw-r--r-- | aes.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ // The #ifndef-guard allows it to be configured before #include'ing or at compile time. #ifndef CBC - #define CBC 1 + #define CBC 0 #endif #ifndef ECB |