From c4e7eb020122db3fa7199a0f495a6194e4c2cc7f Mon Sep 17 00:00:00 2001 From: kokke Date: Mon, 15 Dec 2014 21:22:32 +0100 Subject: Update aes.h --- aes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3