Add a symbol for the first parameter to OPENSSL_showfatal().
This commit is contained in:
parent
ab688c234d
commit
021270af37
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ extern "C" {
|
|||
|
||||
void OPENSSL_cpuid_setup(void);
|
||||
extern unsigned int OPENSSL_ia32cap_P[];
|
||||
void OPENSSL_showfatal(const char *,...);
|
||||
void OPENSSL_showfatal(const char *fmta,...);
|
||||
void *OPENSSL_stderr(void);
|
||||
extern int OPENSSL_NONPIC_relocated;
|
||||
|
||||
|
|
Loading…
Reference in a new issue