oops, use new value for new flag
This commit is contained in:
parent
961f1dea06
commit
c8c49133d9
@ -341,7 +341,7 @@ struct evp_cipher_st
|
|||||||
/* cipher handles random key generation */
|
/* cipher handles random key generation */
|
||||||
#define EVP_CIPH_RAND_KEY 0x200
|
#define EVP_CIPH_RAND_KEY 0x200
|
||||||
/* cipher has its own additional copying logic */
|
/* cipher has its own additional copying logic */
|
||||||
#define EVP_CIPH_CUSTOM_COPY 0x200
|
#define EVP_CIPH_CUSTOM_COPY 0x400
|
||||||
|
|
||||||
/* ctrl() values */
|
/* ctrl() values */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user