From d0bfd7476ce462f642aac827cc23bdc2bc78b13b Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 7 Feb 2023 10:25:48 -0600 Subject: security update --- update.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 6832fe8..7d3f8e5 100755 --- a/update.sh +++ b/update.sh @@ -362,6 +362,9 @@ done (cd crypto $PATCH -p4 < ../patches/uninit_asn1_string_to_utf8.diff ) +(cd crypto + $PATCH -p2 < ../patches/x509_genn.c.diff +) # copy manpages echo "copying manpages" -- cgit v1.2.3-55-g6feb