make sure custom cipher flag doesn't use any mode bits
authorDr. Stephen Henson <steve@openssl.org>
Mon, 13 Jun 2011 23:10:34 +0000 (23:10 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 13 Jun 2011 23:10:34 +0000 (23:10 +0000)
crypto/evp/evp.h

index 736faf8ee11330a2eb9382291751cb14fd980d62..b672d01964df0ec536d38898a7764656d7067b68 100644 (file)
@@ -360,7 +360,7 @@ struct evp_cipher_st
 /* Cipher handles any and all padding logic as well
  * as finalisation.
  */
 /* Cipher handles any and all padding logic as well
  * as finalisation.
  */
-#define        EVP_CIPH_FLAG_CUSTOM_CIPHER     0x10000
+#define        EVP_CIPH_FLAG_CUSTOM_CIPHER     0x100000
 
 /* ctrl() values */
 
 
 /* ctrl() values */