summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-07 13:54:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-07 13:54:54 +0000
commitc8c49133d91eeeab457f35c7059cd60e42e06765 (patch)
tree0737bdbd84c6107a00b137baaafd4a9cb3616620 /crypto/evp/evp.h
parent961f1dea06fbde350f5709d310d38d99b384adfc (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 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 */