summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-07-28 11:03:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-07-28 11:03:09 +0000
commit081464fa142ce908d0606417e5f576263cb29584 (patch)
tree5dac87db3bb52cb4869bf0c55f5358ceb8d531a3 /crypto/evp/evp.h
parentee2ffc279417f15fef3b1073c7dc81a908991516 (diff)
Make ctr mode behaviour consistent with other modes.
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 037f14be23..b5f847857f 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -326,6 +326,7 @@ struct evp_cipher_st
#define EVP_CIPH_CBC_MODE 0x2
#define EVP_CIPH_CFB_MODE 0x3
#define EVP_CIPH_OFB_MODE 0x4
+#define EVP_CIPH_CTR_MODE 0x5
#define EVP_CIPH_MODE 0xF0007
/* Set if variable length cipher */
#define EVP_CIPH_VARIABLE_LENGTH 0x8