summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/crypto/cryptlib.h
diff options
context:
space:
mode:
authorjsing <>2014-07-10 22:13:39 +0000
committerjsing <>2014-07-10 22:13:39 +0000
commitf76256c97c28f5c9dcc36c7dfc7e20cc91200130 (patch)
treeb7aa6149183ff4eb11170b7702c48aa27fda6e48 /src/lib/libssl/src/crypto/cryptlib.h
parent61f547bcb954328166753225e09a7b4a3c8bd7b1 (diff)
downloadopenbsd-f76256c97c28f5c9dcc36c7dfc7e20cc91200130.tar.gz
openbsd-f76256c97c28f5c9dcc36c7dfc7e20cc91200130.tar.bz2
openbsd-f76256c97c28f5c9dcc36c7dfc7e20cc91200130.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.h4
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
79void OPENSSL_cpuid_setup(void); 79void OPENSSL_cpuid_setup(void);
80extern unsigned int OPENSSL_ia32cap_P[]; 80extern unsigned int OPENSSL_ia32cap_P[];
81void OPENSSL_showfatal(const char *fmta,...);
82void *OPENSSL_stderr(void);
83 81
84#ifdef __cplusplus 82#ifdef __cplusplus
85} 83}