summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-13 23:10:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-13 23:10:34 +0000
commited1bbe2cad13ce25d89854792493d52f3ac83346 (patch)
tree513c65a0eabcf3c020693090e0c7d6acd118886c /crypto/evp
parentb0b3d09063275680d9ad78568660d6c4357d61d6 (diff)
make sure custom cipher flag doesn't use any mode bits
Diffstat (limited to 'crypto/evp')
-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 736faf8ee1..b672d01964 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 */