mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 13:55:42 +08:00
make sure custom cipher flag doesn't use any mode bits
This commit is contained in:
parent
1d55dd86dd
commit
bd6386f59c
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user