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

index 26acd646cad40dbe5ff22a7ba015a59dcf4d06e0..f0848d24a02ee0a051419e702dd5da3beadf8f6c 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 */