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:
a398f82
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 21 May 2013 22:48:12 +0000
(23:48 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 12 Jun 2013 17:47:28 +0000
(18:47 +0100)
crypto/evp/evp.h
patch
|
blob
|
history
diff --git
a/crypto/evp/evp.h
b/crypto/evp/evp.h
index 0193222f198cdb1074e6d6e62dfdf50bd0828210..64d7ed0413c968b081ee5a6e8755345b9b347b6b 100644
(file)
--- a/
crypto/evp/evp.h
+++ b/
crypto/evp/evp.h
@@
-1104,7
+1104,7
@@
void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth,
(EVP_PKEY_OP_ENCRYPT | EVP_PKEY_OP_DECRYPT)
#define EVP_PKEY_OP_TYPE_NOGEN \
- (EVP_PKEY_OP_
SIG | EVP_PKEY_OP
_CRYPT | EVP_PKEY_OP_DERIVE)
+ (EVP_PKEY_OP_
TYPE_SIG | EVP_PKEY_OP_TYPE
_CRYPT | EVP_PKEY_OP_DERIVE)
#define EVP_PKEY_OP_TYPE_GEN \
(EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN)