summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2014-12-15 21:18:54 +0100
committerkokke <spam@rowdy.dk>2014-12-15 21:18:54 +0100
commit89130733c6c50a819762420f9bc1d6ffc83dd1a7 (patch)
tree99e582674de4f6153e7cb387da7e8f36c4eaf39b
parentUpdate aes.h (diff)
downloadtiny-AES-c-89130733c6c50a819762420f9bc1d6ffc83dd1a7.tar
tiny-AES-c-89130733c6c50a819762420f9bc1d6ffc83dd1a7.tar.gz
tiny-AES-c-89130733c6c50a819762420f9bc1d6ffc83dd1a7.tar.bz2
tiny-AES-c-89130733c6c50a819762420f9bc1d6ffc83dd1a7.tar.lz
tiny-AES-c-89130733c6c50a819762420f9bc1d6ffc83dd1a7.tar.xz
tiny-AES-c-89130733c6c50a819762420f9bc1d6ffc83dd1a7.tar.zst
tiny-AES-c-89130733c6c50a819762420f9bc1d6ffc83dd1a7.zip
-rw-r--r--aes.h2
1 files changed, 1 insertions, 1 deletions
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