Commit c4e7eb02 authored by kokke's avatar kokke
Browse files

Update aes.h

parent 5c525a46
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
// The #ifndef-guard allows it to be configured before #include'ing or at compile time. // The #ifndef-guard allows it to be configured before #include'ing or at compile time.
#ifndef CBC #ifndef CBC
#define CBC 0 #define CBC 1
#endif #endif
#ifndef ECB #ifndef ECB
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment