Try to avoid double declaration of ERR_load_PEM_strings().
PR 71
This commit is contained in:
parent
53fc93dda6
commit
47f3eafb8d
1 changed files with 2 additions and 0 deletions
|
@ -61,7 +61,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef HEADER_PEM_H
|
||||
void ERR_load_PEM_strings(void);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue