From 505e1ca787ce14273bcc38207d9499e0b495ea56 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 25 May 2023 07:45:11 +0200 Subject: Remove patch that was merged into stable --- update.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 64f7189..3aea129 100755 --- a/update.sh +++ b/update.sh @@ -358,8 +358,6 @@ fi for i in patches/*.patch; do $PATCH -p0 < $i done -(cd crypto -$PATCH -p2 < ../patches/x509_genn.c.diff) # copy manpages echo "copying manpages" -- cgit v1.2.3-55-g6feb