diff options
| author | tb <> | 2024-03-02 11:39:11 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 11:39:11 +0000 |
| commit | c029158ac6ce0cec2bfb5c51d32daa134371f396 (patch) | |
| tree | 1ae8708ca33a2747f5bf2cc646b1646d7c8140f6 /src | |
| parent | 17579c0eb7910d89f824a0cb4f9967d3af8a04ac (diff) | |
| download | openbsd-c029158ac6ce0cec2bfb5c51d32daa134371f396.tar.gz openbsd-c029158ac6ce0cec2bfb5c51d32daa134371f396.tar.bz2 openbsd-c029158ac6ce0cec2bfb5c51d32daa134371f396.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')
| -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); |
