summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 17:06:28 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 17:06:28 +0000
commit47f3eafb8d14eaf36a1aab343b65e2eb2f7a3168 (patch)
tree8f3735d5150e9cf63eed62f0f2002c0a60f9902a /crypto
parent53fc93dda6b788cb0347b28fcb952b52909fe2bd (diff)
Try to avoid double declaration of ERR_load_PEM_strings().
PR 71
Diffstat (limited to 'crypto')
-rw-r--r--crypto/pem/pem2.h2
1 files changed, 2 insertions, 0 deletions
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
}