summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-08 23:48:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-08 23:48:21 +0000
commitd6eebf6d8a9e6acf3de25721fcfeed8412d13af2 (patch)
treee5128e30470d4705da33f485d8819ca15b57a906 /crypto
parent2262beef2ee29c79ee39bd7c84b7b8cbb627dfa9 (diff)
reserve a few more bits for future cipher modes
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/evp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 50f224123e..d8ae457e6b 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -326,7 +326,7 @@ struct evp_cipher_st
#define EVP_CIPH_CBC_MODE 0x2
#define EVP_CIPH_CFB_MODE 0x3
#define EVP_CIPH_OFB_MODE 0x4
-#define EVP_CIPH_MODE 0x7
+#define EVP_CIPH_MODE 0xF0007
/* Set if variable length cipher */
#define EVP_CIPH_VARIABLE_LENGTH 0x8
/* Set if the iv handling should be done by the cipher itself */