Commit bd6386f5 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

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

parent 1d55dd86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */