From d038c69f8bd7ef56048a1b4a09547a8ba2e1cfd0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 11:39:11 +0000 Subject: 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 --- src/lib/libcrypto/crypto.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 01359c4297..85c05d76c1 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/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); -- cgit v1.2.3-55-g6feb