diff options
| author | beck <> | 2023-07-06 06:38:01 +0000 |
|---|---|---|
| committer | beck <> | 2023-07-06 06:38:01 +0000 |
| commit | 86e9fdb1f24e39ab0ee179d5efcd68a28ed9c2af (patch) | |
| tree | fac8b19e18fe731421a657c5f00c390898cdd784 /src/lib/libc | |
| parent | 9cbf6fca419db1aac8facd72f628352a2bdc6e8c (diff) | |
| download | openbsd-86e9fdb1f24e39ab0ee179d5efcd68a28ed9c2af.tar.gz openbsd-86e9fdb1f24e39ab0ee179d5efcd68a28ed9c2af.tar.bz2 openbsd-86e9fdb1f24e39ab0ee179d5efcd68a28ed9c2af.zip | |
define OPENSSL_NO_DTLS1_1 since we no longer have that either.
ok tb@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 0c0caa9f89..1e087f9c23 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* $OpenBSD: opensslfeatures.h,v 1.39 2023/07/06 06:38:01 beck Exp $ */ | ||
| 1 | /* | 2 | /* |
| 2 | * Feature flags for LibreSSL... so you can actually tell when things | 3 | * Feature flags for LibreSSL... so you can actually tell when things |
| 3 | * are enabled, rather than not being able to tell when things are | 4 | * are enabled, rather than not being able to tell when things are |
| @@ -52,8 +53,10 @@ | |||
| 52 | /* #define OPENSSL_NO_DSA */ | 53 | /* #define OPENSSL_NO_DSA */ |
| 53 | /* #define OPENSSL_NO_DSO */ | 54 | /* #define OPENSSL_NO_DSO */ |
| 54 | /* #define OPENSSL_NO_DTLS */ | 55 | /* #define OPENSSL_NO_DTLS */ |
| 55 | /* #define OPENSSL_NO_DTLS1 */ | 56 | #define OPENSSL_NO_DTLS1 |
| 56 | /* #define OPENSSL_NO_DTLS1_2 */ | 57 | #ifndef LIBRESSL_HAS_DTLS1_2 |
| 58 | #define OPENSSL_NO_DTLS1_2 | ||
| 59 | #endif | ||
| 57 | /* #define OPENSSL_NO_DTLS1_2_METHOD */ | 60 | /* #define OPENSSL_NO_DTLS1_2_METHOD */ |
| 58 | /* #define OPENSSL_NO_DTLS1_METHOD */ | 61 | /* #define OPENSSL_NO_DTLS1_METHOD */ |
| 59 | #define OPENSSL_NO_DYNAMIC_ENGINE | 62 | #define OPENSSL_NO_DYNAMIC_ENGINE |
