$OpenBSD: patch-res_res_rtp_asterisk_c,v 1.8 2021/03/27 15:20:38 sthen Exp $

Index: res/res_rtp_asterisk.c
--- res/res_rtp_asterisk.c.orig
+++ res/res_rtp_asterisk.c
@@ -1832,7 +1832,7 @@ static int dtls_setup_rtcp(struct ast_rtp_instance *in
 
 static const SSL_METHOD *get_dtls_method(void)
 {
-#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER)
+#if OPENSSL_VERSION_NUMBER < 0x10002000L
 	return DTLSv1_method();
 #else
 	return DTLS_method();
