tedu OPENSSL_isservice() prototype
authortb <tb@openbsd.org>
Sat, 2 Mar 2024 11:39:11 +0000 (11:39 +0000)
committertb <tb@openbsd.org>
Sat, 2 Mar 2024 11:39:11 +0000 (11:39 +0000)
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

lib/libcrypto/crypto.h

index 01359c4..85c05d7 100644 (file)
@@ -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);