define OPENSSL_NO_DTLS1_1 since we no longer have that either.
authorbeck <beck@openbsd.org>
Thu, 6 Jul 2023 06:38:01 +0000 (06:38 +0000)
committerbeck <beck@openbsd.org>
Thu, 6 Jul 2023 06:38:01 +0000 (06:38 +0000)
ok tb@

lib/libcrypto/opensslfeatures.h

index 0c0caa9..1e087f9 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: opensslfeatures.h,v 1.39 2023/07/06 06:38:01 beck Exp $ */
 /*
  * Feature flags for LibreSSL... so you can actually tell when things
  * are enabled, rather than not being able to tell when things are
 /* #define OPENSSL_NO_DSA */
 /* #define OPENSSL_NO_DSO */
 /* #define OPENSSL_NO_DTLS */
-/* #define OPENSSL_NO_DTLS1 */
-/* #define OPENSSL_NO_DTLS1_2 */
+#define OPENSSL_NO_DTLS1
+#ifndef LIBRESSL_HAS_DTLS1_2
+#define OPENSSL_NO_DTLS1_2
+#endif
 /* #define OPENSSL_NO_DTLS1_2_METHOD */
 /* #define OPENSSL_NO_DTLS1_METHOD */
 #define OPENSSL_NO_DYNAMIC_ENGINE