diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 4 |
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 | ||
381 | uint64_t OPENSSL_cpu_caps(void); | 381 | uint64_t OPENSSL_cpu_caps(void); |
382 | 382 | ||
383 | int OPENSSL_isservice(void); | ||
384 | |||
385 | #ifndef LIBRESSL_INTERNAL | 383 | #ifndef LIBRESSL_INTERNAL |
386 | int FIPS_mode(void); | 384 | int FIPS_mode(void); |
387 | int FIPS_mode_set(int r); | 385 | int FIPS_mode_set(int r); |