From 14a6c6a4e1eb8127514e6f5319701a1d7c3f5e82 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 12 Nov 2020 10:36:47 +0100 Subject: ERR: Rebuild all generated error headers and source files This is the result of 'make errors ERROR_REBUILD=-rebuild' Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/13390) --- crypto/pem/pem_err.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/pem') diff --git a/crypto/pem/pem_err.c b/crypto/pem/pem_err.c index 132b15cb37..52a1bc611f 100644 --- a/crypto/pem/pem_err.c +++ b/crypto/pem/pem_err.c @@ -10,6 +10,7 @@ #include #include +#include "crypto/pemerr.h" #ifndef OPENSSL_NO_ERR @@ -59,7 +60,7 @@ static const ERR_STRING_DATA PEM_str_reasons[] = { #endif -int ERR_load_PEM_strings(void) +int err_load_PEM_strings_int(void) { #ifndef OPENSSL_NO_ERR if (ERR_reason_error_string(PEM_str_reasons[0].error) == NULL) -- cgit v1.2.3