Blame patches/opensmtpd-7.3.0p2_pre.local.patch

9c3a38
diff -ru opensmtpd-7.3.0p2.orig/configure opensmtpd-7.3.0p2/configure
9c3a38
--- opensmtpd-7.3.0p2.orig/configure	2023-09-16 20:13:41.000000000 +0200
9c3a38
+++ opensmtpd-7.3.0p2/configure	2024-02-22 11:56:12.905668537 +0100
9c3a38
@@ -21333,7 +21333,7 @@
9c3a38
 fi
9c3a38
 
9c3a38
 
9c3a38
- if test "x$ac_cv_func_arc4random" != "xyes" -a "x$ac_cv_have_decl_LIBRESSL_VERSION_NUMBER" != "xyes"; then
9c3a38
+ if test "x$ac_cv_func_arc4random" != "xyes"; then
9c3a38
   NEED_ARC4RANDOM_TRUE=
9c3a38
   NEED_ARC4RANDOM_FALSE='#'
9c3a38
 else