summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2023-07-06 06:38:01 +0000
committerbeck <>2023-07-06 06:38:01 +0000
commita4fd0a33eb951dac2d8f9d39d5090a294a5045d8 (patch)
treefac8b19e18fe731421a657c5f00c390898cdd784 /src
parentbd8d9766771728755ee0d84ba1003773a35be055 (diff)
downloadopenbsd-a4fd0a33eb951dac2d8f9d39d5090a294a5045d8.tar.gz
openbsd-a4fd0a33eb951dac2d8f9d39d5090a294a5045d8.tar.bz2
openbsd-a4fd0a33eb951dac2d8f9d39d5090a294a5045d8.zip
define OPENSSL_NO_DTLS1_1 since we no longer have that either.
ok tb@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/opensslfeatures.h7
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