summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-05-02 10:48:59 +0200
committerShane Lontis <shane.lontis@oracle.com>2020-05-03 14:26:30 +1000
commit200e5ee5a4493906b307bf23117630b7caff0694 (patch)
tree4635d045517ba2af31656c746290bf8652959c49 /include
parent6d81bb2676f6a210f15f17324ab6852f52cc7f55 (diff)
Fix reason code clash
EVP_R_NULL_MAC_PKEY_CTX vs EVP_R_SET_DEFAULT_PROPERTY_FAILURE Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11708)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/evperr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/evperr.h b/include/openssl/evperr.h
index 61848bbc0c..a18b30e497 100644
--- a/include/openssl/evperr.h
+++ b/include/openssl/evperr.h
@@ -235,7 +235,7 @@ int ERR_load_EVP_strings(void);
# define EVP_R_PRIVATE_KEY_DECODE_ERROR 145
# define EVP_R_PRIVATE_KEY_ENCODE_ERROR 146
# define EVP_R_PUBLIC_KEY_NOT_RSA 106
-# define EVP_R_SET_DEFAULT_PROPERTY_FAILURE 208
+# define EVP_R_SET_DEFAULT_PROPERTY_FAILURE 209
# define EVP_R_TOO_MANY_RECORDS 183
# define EVP_R_UNKNOWN_CIPHER 160
# define EVP_R_UNKNOWN_DIGEST 161