summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-15 19:20:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-15 19:20:13 +0000
commit79cfc3ac546565914426ff397a73f2f7ca36ff51 (patch)
treefd4cfec534a53dd9746314fdc078f14e57e09226 /crypto/evp/evp.h
parent918a5d04e4877af15ed5ffb71f4deba560276c0d (diff)
add EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stable
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 96f83b8f62..2fa1141e8e 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -343,6 +343,10 @@ struct evp_cipher_st
#define EVP_CIPH_RAND_KEY 0x200
/* cipher has its own additional copying logic */
#define EVP_CIPH_CUSTOM_COPY 0x400
+/* Allow use default ASN1 get/set iv */
+#define EVP_CIPH_FLAG_DEFAULT_ASN1 0x1000
+/* Buffer length in bits not bytes: CFB1 mode only */
+#define EVP_CIPH_FLAG_LENGTH_BITS 0x2000
/* ctrl() values */