From: Dr. Stephen Henson Date: Mon, 13 Jun 2011 23:10:34 +0000 (+0000) Subject: make sure custom cipher flag doesn't use any mode bits X-Git-Tag: OpenSSL_1_0_1-beta1~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed1bbe2cad13ce25d89854792493d52f3ac83346;p=openssl make sure custom cipher flag doesn't use any mode bits --- diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 736faf8ee1..b672d01964 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -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 */