Try to avoid double declaration of ERR_load_PEM_strings().

PR 71
This commit is contained in:
Richard Levitte 2002-06-27 17:06:41 +00:00
parent 1f656724f6
commit a69e8ea1a1

View file

@ -61,7 +61,9 @@
extern "C" {
#endif
#ifndef HEADER_PEM_H
void ERR_load_PEM_strings(void);
#endif
#ifdef __cplusplus
}