summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-13 23:06:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-13 23:06:43 +0000
commitbd6386f59cb1f2bb31bf83b63f662ce904761b14 (patch)
tree2fc91fe631624eaef07c29d26cc194bbe81ef570 /crypto
parent1d55dd86dd00f13384be8cd91bfbbad3a515c337 (diff)
make sure custom cipher flag doesn't use any mode bits
Diffstat (limited to 'crypto')
-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 6301917fa7..2bfeb85e7d 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -360,7 +360,7 @@ struct evp_cipher_st
/* Cipher handles any and all padding logic as well
* as finalisation.
*/
-#define EVP_CIPH_FLAG_CUSTOM_CIPHER 0x10000
+#define EVP_CIPH_FLAG_CUSTOM_CIPHER 0x100000
/* ctrl() values */