From: Dr. Stephen Henson Date: Sun, 7 Feb 2010 13:54:54 +0000 (+0000) Subject: oops, use new value for new flag X-Git-Tag: OpenSSL_1_0_0~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c8c49133d91eeeab457f35c7059cd60e42e06765;p=oweals%2Fopenssl.git oops, use new value for new flag --- diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 26acd646ca..f0848d24a0 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -341,7 +341,7 @@ struct evp_cipher_st /* cipher handles random key generation */ #define EVP_CIPH_RAND_KEY 0x200 /* cipher has its own additional copying logic */ -#define EVP_CIPH_CUSTOM_COPY 0x200 +#define EVP_CIPH_CUSTOM_COPY 0x400 /* ctrl() values */