summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-06-23 09:46:27 +0000
committerRichard Levitte <levitte@openssl.org>2011-06-23 09:46:27 +0000
commit021270af37a21378ad6f3cc44f49d3938bc36c94 (patch)
treedc307964ee5db6b2d7301f234ed655fedb39d899 /crypto/cryptlib.h
parentab688c234de0c6a2ace778a97dee9f2dc09feaff (diff)
Add a symbol for the first parameter to OPENSSL_showfatal().
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r--crypto/cryptlib.h2
1 files changed, 1 insertions, 1 deletions
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;