projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2262bee
)
reserve a few more bits for future cipher modes
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 8 Mar 2010 23:48:21 +0000
(23:48 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 8 Mar 2010 23:48:21 +0000
(23:48 +0000)
crypto/evp/evp.h
patch
|
blob
|
history
diff --git
a/crypto/evp/evp.h
b/crypto/evp/evp.h
index 50f224123e6d865f65f28257e8896987e2029b0d..d8ae457e6b8f7d60a739f68256839a27666d33e8 100644
(file)
--- a/
crypto/evp/evp.h
+++ b/
crypto/evp/evp.h
@@
-326,7
+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_MODE 0x7
+#define EVP_CIPH_MODE 0x
F000
7
/* Set if variable length cipher */
#define EVP_CIPH_VARIABLE_LENGTH 0x8
/* Set if the iv handling should be done by the cipher itself */