summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-07 13:50:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-07 13:50:36 +0000
commit089f02c5776a82f5b22bf139b51a39d044d9beaf (patch)
tree41a6204d24e556ba6a3f91c9ebf4a21846e33246 /crypto/evp/evp.h
parentc2bf720842d4a38bf00d3fcfdca6864ec82dc6c6 (diff)
oops, use new value for new flag
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h2
1 files changed, 1 insertions, 1 deletions
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 */