make sure custom cipher flag doesn't use any mode bits
This commit is contained in:
parent
b0b3d09063
commit
ed1bbe2cad
@ -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 */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user