From 021270af37a21378ad6f3cc44f49d3938bc36c94 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 23 Jun 2011 09:46:27 +0000 Subject: [PATCH] Add a symbol for the first parameter to OPENSSL_showfatal(). --- crypto/cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h index 1761f6b668..d26f9630ea 100644 --- a/crypto/cryptlib.h +++ b/crypto/cryptlib.h @@ -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; -- 2.34.1