From 5356ea7cdec544718b4b74625d53e3fe573351bf Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 8 Mar 2010 23:47:57 +0000 Subject: [PATCH] reserve a few more bits for future cipher modes --- crypto/evp/evp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 6714bbb674..41fdb2b3f8 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -325,7 +325,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 */ -- 2.34.1