diff --git a/aes.h b/aes.h index 942279f..708a09c 100644 --- a/aes.h +++ b/aes.h @@ -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