oops, use new value for new flag
authorDr. Stephen Henson <steve@openssl.org>
Sun, 7 Feb 2010 13:50:36 +0000 (13:50 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 7 Feb 2010 13:50:36 +0000 (13:50 +0000)
crypto/evp/evp.h

index 78578da3252e4fefe12ca3f572c415df32423dbd..f8fbe5a58654baf569689acf9784454d2c40d2aa 100644 (file)
@@ -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 */