summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-04-13 06:55:42 +0000
committerAndy Polyakov <appro@openssl.org>2005-04-13 06:55:42 +0000
commit9e88c827037b9ca5fbf21c7a52f0628fccf6b4bb (patch)
treee6480bb000e6f088d9cdf2436e31f17ee2c5afe5 /crypto/cryptlib.h
parent9d2f51c086eb53f5f1cc0df9156eb398fcacf8dd (diff)
Minor cryptlib.c update: compiler warnings in OPENSSL_showfatal and
OPENSSL_stderr stub.
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r--crypto/cryptlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h
index 8b0add7e20..1cc3b728b3 100644
--- a/crypto/cryptlib.h
+++ b/crypto/cryptlib.h
@@ -95,6 +95,8 @@ extern "C" {
void OPENSSL_cpuid_setup(void);
extern unsigned long OPENSSL_ia32cap_P;
+void OPENSSL_showfatal(const char *,...);
+void *OPENSSL_stderr(void);
#ifdef __cplusplus
}