diff options
Diffstat (limited to 'src/lib/libcrypto/cryptlib.h')
-rw-r--r-- | src/lib/libcrypto/cryptlib.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h index ad669a2745..679af821c1 100644 --- a/src/lib/libcrypto/cryptlib.h +++ b/src/lib/libcrypto/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 | } |