Update aes.h

This commit is contained in:
kokke
2014-12-15 21:18:54 +01:00
parent 38b0f1135b
commit 89130733c6

2
aes.h
View File

@@ -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 1 #define CBC 0
#endif #endif
#ifndef ECB #ifndef ECB