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:
1d55dd8
)
make sure custom cipher flag doesn't use any mode bits
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 13 Jun 2011 23:06:43 +0000
(23:06 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 13 Jun 2011 23:06:43 +0000
(23:06 +0000)
crypto/evp/evp.h
patch
|
blob
|
history
diff --git
a/crypto/evp/evp.h
b/crypto/evp/evp.h
index 6301917fa7fe0880d16ba02e9496beaed12f150c..2bfeb85e7d6526d103e0d7d1fb68ef60bd99a84f 100644
(file)
--- 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 0x10000
0
/* ctrl() values */