diff options
| author | tb <> | 2021-11-01 08:14:36 +0000 |
|---|---|---|
| committer | tb <> | 2021-11-01 08:14:36 +0000 |
| commit | 8072c9fd63707f411a3c2cef1a4ec6110882d79e (patch) | |
| tree | 09eaa986df5bec5fc37f0dad91370c7d06c3f62e /src/lib/libcrypto/crypto.h | |
| parent | cde7fd641275a22c49e3ab123db5a3218e807664 (diff) | |
| download | openbsd-8072c9fd63707f411a3c2cef1a4ec6110882d79e.tar.gz openbsd-8072c9fd63707f411a3c2cef1a4ec6110882d79e.tar.bz2 openbsd-8072c9fd63707f411a3c2cef1a4ec6110882d79e.zip | |
Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is
no longer needed.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/crypto.h')
| -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 aba5556029..ea475e3bf4 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: crypto.h,v 1.51 2021/10/23 09:13:51 beck Exp $ */ | 1 | /* $OpenBSD: crypto.h,v 1.52 2021/11/01 08:14:36 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 | * |
| @@ -505,10 +505,8 @@ uint64_t OPENSSL_cpu_caps(void); | |||
| 505 | int OPENSSL_isservice(void); | 505 | int OPENSSL_isservice(void); |
| 506 | 506 | ||
| 507 | #ifndef LIBRESSL_INTERNAL | 507 | #ifndef LIBRESSL_INTERNAL |
| 508 | #if defined(LIBRESSL_NEW_API) | ||
| 509 | int FIPS_mode(void); | 508 | int FIPS_mode(void); |
| 510 | int FIPS_mode_set(int r); | 509 | int FIPS_mode_set(int r); |
| 511 | #endif | ||
| 512 | 510 | ||
| 513 | void OPENSSL_init(void); | 511 | void OPENSSL_init(void); |
| 514 | 512 | ||
