From 47f3eafb8d14eaf36a1aab343b65e2eb2f7a3168 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 27 Jun 2002 17:06:28 +0000 Subject: Try to avoid double declaration of ERR_load_PEM_strings(). PR 71 --- crypto/pem/pem2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto') 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 } -- cgit v1.2.3