From: Dr. Stephen Henson Date: Sun, 7 Feb 2010 13:50:36 +0000 (+0000) Subject: oops, use new value for new flag X-Git-Tag: OpenSSL-fips-2_0-rc1~1283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=089f02c5776a82f5b22bf139b51a39d044d9beaf;p=openssl oops, use new value for new flag --- diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 78578da325..f8fbe5a586 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 */