From: Richard Levitte Date: Thu, 27 Jun 2002 17:06:28 +0000 (+0000) Subject: Try to avoid double declaration of ERR_load_PEM_strings(). X-Git-Tag: OpenSSL_0_9_6e~26^2~27 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=47f3eafb8d14eaf36a1aab343b65e2eb2f7a3168 Try to avoid double declaration of ERR_load_PEM_strings(). PR 71 --- diff --git a/crypto/pem/pem2.h b/crypto/pem/pem2.h index 4e484bcd82..f31790d69c 100644 --- a/crypto/pem/pem2.h +++ b/crypto/pem/pem2.h @@ -61,7 +61,9 @@ extern "C" { #endif +#ifndef HEADER_PEM_H void ERR_load_PEM_strings(void); +#endif #ifdef __cplusplus }