Update aes.h

This commit is contained in:
kokke 2014-12-15 21:18:54 +01:00
parent 38b0f1135b
commit 89130733c6
1 changed files with 1 additions and 1 deletions

2
aes.h
View File

@ -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