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

index 6301917fa7fe0880d16ba02e9496beaed12f150c..2bfeb85e7d6526d103e0d7d1fb68ef60bd99a84f 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 */