summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2024-03-02 11:39:11 +0000
committertb <>2024-03-02 11:39:11 +0000
commitd038c69f8bd7ef56048a1b4a09547a8ba2e1cfd0 (patch)
tree1ae8708ca33a2747f5bf2cc646b1646d7c8140f6 /src/lib
parent0340c5dc4c22ea26987e0f29706413898d25e394 (diff)
downloadopenbsd-d038c69f8bd7ef56048a1b4a09547a8ba2e1cfd0.tar.gz
openbsd-d038c69f8bd7ef56048a1b4a09547a8ba2e1cfd0.tar.bz2
openbsd-d038c69f8bd7ef56048a1b4a09547a8ba2e1cfd0.zip
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 'src/lib')
-rw-r--r--src/lib/libcrypto/crypto.h4
1 files changed, 1 insertions, 3 deletions
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 @@
1/* $OpenBSD: crypto.h,v 1.69 2024/03/02 11:37:13 tb Exp $ */ 1/* $OpenBSD: crypto.h,v 1.70 2024/03/02 11:39:11 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -380,8 +380,6 @@ void OpenSSLDie(const char *file, int line, const char *assertion);
380 380
381uint64_t OPENSSL_cpu_caps(void); 381uint64_t OPENSSL_cpu_caps(void);
382 382
383int OPENSSL_isservice(void);
384
385#ifndef LIBRESSL_INTERNAL 383#ifndef LIBRESSL_INTERNAL
386int FIPS_mode(void); 384int FIPS_mode(void);
387int FIPS_mode_set(int r); 385int FIPS_mode_set(int r);