make sure custom cipher flag doesn't use any mode bits
[openssl.git] / 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.
  */
-#define        EVP_CIPH_FLAG_CUSTOM_CIPHER     0x10000
+#define        EVP_CIPH_FLAG_CUSTOM_CIPHER     0x100000
 
 /* ctrl() values */