From: tb Date: Sat, 2 Mar 2024 11:39:11 +0000 (+0000) Subject: tedu OPENSSL_isservice() prototype X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=08f146b05f04331ad777d59fba5afbd04ab6e010;p=openbsd 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 --- 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);