summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
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);