summaryrefslogtreecommitdiff
path: root/sys/crypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/crypto.h')
-rw-r--r--sys/crypto/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/crypto/crypto.h b/sys/crypto/crypto.h
index 2e828b89771..e3c218b7ade 100644
--- a/sys/crypto/crypto.h
+++ b/sys/crypto/crypto.h
@@ -58,6 +58,7 @@
#define CRYPTO_MD5_KPDK 9
#define CRYPTO_SHA1_KPDK 10
#define CRYPTO_RIJNDAEL128_CBC 11 /* 128 bit blocksize */
+#define CRYPTO_AES_CBC 11 /* 128 bit blocksize -- the same as above */
#define CRYPTO_ALGORITHM_MAX 11 /* Keep this updated */