diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2013-05-22 00:48:12 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2013-06-12 19:47:28 +0200 |
commit | 965e06da3c1f5ecfc7f80bce843be00f508a68de (patch) | |
tree | dd3b8cfeba190ab546b15a704daa692b7f71576f /crypto/evp/evp.h | |
parent | Add support for arbitrary TLS extensions. (diff) | |
download | openssl-965e06da3c1f5ecfc7f80bce843be00f508a68de.tar.xz openssl-965e06da3c1f5ecfc7f80bce843be00f508a68de.zip |
Typo.
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r-- | crypto/evp/evp.h | 2 |
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) |