From: Matt Caswell Date: Fri, 6 Apr 2018 07:44:58 +0000 (+0100) Subject: Fix an error code to be consistent with master X-Git-Tag: OpenSSL_1_1_0i~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ad8253306f96e1a749d020ddbb131c71aa1edf8;p=openssl Fix an error code to be consistent with master Reviewed-by: Richard Levitte Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/5892) --- diff --git a/include/openssl/conf.h b/include/openssl/conf.h index 845abf55a5..f85b40d425 100644 --- a/include/openssl/conf.h +++ b/include/openssl/conf.h @@ -191,7 +191,7 @@ int ERR_load_CONF_strings(void); # define CONF_F_NCONF_LOAD_BIO 110 # define CONF_F_NCONF_LOAD_FP 114 # define CONF_F_NCONF_NEW 111 -# define CONF_F_SSL_MODULE_INIT 122 +# define CONF_F_SSL_MODULE_INIT 123 # define CONF_F_STR_COPY 101 /* Reason codes. */