From: Richard Levitte Date: Thu, 27 Jun 2002 17:06:52 +0000 (+0000) Subject: Try to avoid double declaration of ERR_load_PEM_strings(). X-Git-Tag: OpenSSL_0_9_6e~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e17af60f151e7cde0e6c7468f535753c34632c66;p=oweals%2Fopenssl.git 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 }