Try to avoid double declaration of ERR_load_PEM_strings().
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 17:06:28 +0000 (17:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 17:06:28 +0000 (17:06 +0000)
PR 71

crypto/pem/pem2.h

index 4e484bcd82a5b695699878cbeedeea6421a27914..f31790d69cb038572233410489f0de10ac38242b 100644 (file)
@@ -61,7 +61,9 @@
 extern "C" {
 #endif
 
+#ifndef HEADER_PEM_H
 void ERR_load_PEM_strings(void);
+#endif
 
 #ifdef __cplusplus
 }