make sure custom cipher flag doesn't use any mode bits

This commit is contained in:
Dr. Stephen Henson 2011-06-13 23:10:34 +00:00
parent b0b3d09063
commit ed1bbe2cad

View File

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