diff options
author | jsing <> | 2014-07-10 22:13:39 +0000 |
---|---|---|
committer | jsing <> | 2014-07-10 22:13:39 +0000 |
commit | 81b6b7632b2207a2dbd7b6d803912ee3779176aa (patch) | |
tree | b7aa6149183ff4eb11170b7702c48aa27fda6e48 /src/lib/libssl/src/crypto/cryptlib.h | |
parent | 69d6ecdeec2fa30f31701826fda6efe8c1a11732 (diff) | |
download | openbsd-81b6b7632b2207a2dbd7b6d803912ee3779176aa.tar.gz openbsd-81b6b7632b2207a2dbd7b6d803912ee3779176aa.tar.bz2 openbsd-81b6b7632b2207a2dbd7b6d803912ee3779176aa.zip |
OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used by
OpenSSLDie(), which is in the same file, so just make it static.
ok miod@
Diffstat (limited to 'src/lib/libssl/src/crypto/cryptlib.h')
-rw-r--r-- | src/lib/libssl/src/crypto/cryptlib.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/src/crypto/cryptlib.h b/src/lib/libssl/src/crypto/cryptlib.h index ad669a2745..679af821c1 100644 --- a/src/lib/libssl/src/crypto/cryptlib.h +++ b/src/lib/libssl/src/crypto/cryptlib.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cryptlib.h,v 1.22 2014/07/10 20:42:45 jsing Exp $ */ | 1 | /* $OpenBSD: cryptlib.h,v 1.23 2014/07/10 22:13:39 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -78,8 +78,6 @@ extern "C" { | |||
78 | 78 | ||
79 | void OPENSSL_cpuid_setup(void); | 79 | void OPENSSL_cpuid_setup(void); |
80 | extern unsigned int OPENSSL_ia32cap_P[]; | 80 | extern unsigned int OPENSSL_ia32cap_P[]; |
81 | void OPENSSL_showfatal(const char *fmta,...); | ||
82 | void *OPENSSL_stderr(void); | ||
83 | 81 | ||
84 | #ifdef __cplusplus | 82 | #ifdef __cplusplus |
85 | } | 83 | } |