Add a symbol for the first parameter to OPENSSL_showfatal().
authorRichard Levitte <levitte@openssl.org>
Thu, 23 Jun 2011 09:46:27 +0000 (09:46 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 23 Jun 2011 09:46:27 +0000 (09:46 +0000)
crypto/cryptlib.h

index 1761f6b6687908cce502f55358ada33739edd8d3..d26f9630eade8a69e59def9922b84615bfcbbe8c 100644 (file)
@@ -100,7 +100,7 @@ extern "C" {
 
 void OPENSSL_cpuid_setup(void);
 extern unsigned int OPENSSL_ia32cap_P[];
 
 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;
 
 void *OPENSSL_stderr(void);
 extern int OPENSSL_NONPIC_relocated;