mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Try to avoid double declaration of ERR_load_PEM_strings().
PR 71
This commit is contained in:
parent
53fc93dda6
commit
47f3eafb8d
@ -61,7 +61,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef HEADER_PEM_H
|
||||
void ERR_load_PEM_strings(void);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user