summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-03-02 11:39:12 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-03-02 11:39:12 +0000
commit235b0044d394ee075745c9e188121f44c2ed6865 (patch)
tree9948cb64c5157330cdaf89d53789786f7ba90e29 /lib
parent1312c55b61ef65ec0775ab0ea83cf1d3c403f045 (diff)
tedu OPENSSL_isservice() prototype
When tedu tedued OPENSSL_isservice(), tedus chainsaw missed crypto.h. Finish the teduing of the hack for Visual C++ 5.0 (!), which is still present in the latest and greatest OpenSSL. ok jsing
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/crypto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/crypto.h b/lib/libcrypto/crypto.h
index 01359c42975..85c05d76c10 100644
--- a/lib/libcrypto/crypto.h
+++ b/lib/libcrypto/crypto.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: crypto.h,v 1.69 2024/03/02 11:37:13 tb Exp $ */
+/* $OpenBSD: crypto.h,v 1.70 2024/03/02 11:39:11 tb Exp $ */
/* ====================================================================
* Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
*
@@ -380,8 +380,6 @@ void OpenSSLDie(const char *file, int line, const char *assertion);
uint64_t OPENSSL_cpu_caps(void);
-int OPENSSL_isservice(void);
-
#ifndef LIBRESSL_INTERNAL
int FIPS_mode(void);
int FIPS_mode_set(int r);