Update aes.h

This commit is contained in:
kokke 2014-12-15 21:22:32 +01:00
parent 5c525a46a9
commit c4e7eb0201

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