diff options
| author | tb <> | 2024-03-02 11:39:11 +0000 | 
|---|---|---|
| committer | tb <> | 2024-03-02 11:39:11 +0000 | 
| commit | d038c69f8bd7ef56048a1b4a09547a8ba2e1cfd0 (patch) | |
| tree | 1ae8708ca33a2747f5bf2cc646b1646d7c8140f6 | |
| parent | 0340c5dc4c22ea26987e0f29706413898d25e394 (diff) | |
| download | openbsd-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
| -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); | 
