projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d4cea
)
Try to avoid double declaration of ERR_load_PEM_strings().
author
Richard Levitte
<levitte@openssl.org>
Thu, 27 Jun 2002 17:06:52 +0000
(17:06 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 27 Jun 2002 17:06:52 +0000
(17:06 +0000)
PR 71
crypto/pem/pem2.h
patch
|
blob
|
history
diff --git
a/crypto/pem/pem2.h
b/crypto/pem/pem2.h
index 4e484bcd82a5b695699878cbeedeea6421a27914..f31790d69cb038572233410489f0de10ac38242b 100644
(file)
--- 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
}