From 89130733c6c50a819762420f9bc1d6ffc83dd1a7 Mon Sep 17 00:00:00 2001 From: kokke Date: Mon, 15 Dec 2014 21:18:54 +0100 Subject: Update aes.h --- aes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aes.h b/aes.h index 708a09c..942279f 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 1 + #define CBC 0 #endif #ifndef ECB -- cgit v1.2.3