summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-05-21 23:48:12 +0100
committerDr. Stephen Henson <steve@openssl.org>2013-06-12 18:47:28 +0100
commit965e06da3c1f5ecfc7f80bce843be00f508a68de (patch)
treedd3b8cfeba190ab546b15a704daa692b7f71576f /crypto/evp/evp.h
parenta398f821fa98b9923a426cf45b268cf4d56c89bd (diff)
Typo.
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 0193222f19..64d7ed0413 100644
--- 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)