summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 17:06:52 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 17:06:52 +0000
commite17af60f151e7cde0e6c7468f535753c34632c66 (patch)
tree3e06786b41b0a2e31e6687e97df0780e9a0070ba /crypto
parentb2d4cea305af4685abbcc7d187ae3bd4ab3e6cf5 (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
}