From: Richard Levitte Date: Thu, 23 Jun 2011 09:46:27 +0000 (+0000) Subject: Add a symbol for the first parameter to OPENSSL_showfatal(). X-Git-Tag: OpenSSL-fips-2_0-rc1~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=021270af37a21378ad6f3cc44f49d3938bc36c94;p=openssl Add a symbol for the first parameter to OPENSSL_showfatal(). --- 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;