Fix a merge error
authorMatt Caswell <matt@openssl.org>
Wed, 25 Jan 2017 15:17:42 +0000 (15:17 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Jan 2017 15:30:27 +0000 (15:30 +0000)
Clashing function code values in evp.h

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2285)

include/openssl/evp.h

index 8252e257807881e26ce6fbe502ec500fd447bbcf..7f4b2d74883a6008eb7041b18792a21abe554d87 100644 (file)
@@ -1512,7 +1512,7 @@ int ERR_load_EVP_strings(void);
 # define EVP_F_EVP_PKEY_GET0_DSA                          120
 # define EVP_F_EVP_PKEY_GET0_EC_KEY                       131
 # define EVP_F_EVP_PKEY_GET0_HMAC                         183
-# define EVP_F_EVP_PKEY_GET0_POLY1305                     169
+# define EVP_F_EVP_PKEY_GET0_POLY1305                     184
 # define EVP_F_EVP_PKEY_GET0_RSA                          121
 # define EVP_F_EVP_PKEY_KEYGEN                            146
 # define EVP_F_EVP_PKEY_KEYGEN_INIT                       147