aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index b8f8337..6832fe8 100755
--- a/update.sh
+++ b/update.sh
@@ -358,6 +358,10 @@ fi
358for i in patches/*.patch; do 358for i in patches/*.patch; do
359 $PATCH -p0 < $i 359 $PATCH -p0 < $i
360done 360done
361# apply local patch for https://github.com/libressl-portable/portable/issues/760
362(cd crypto
363 $PATCH -p4 < ../patches/uninit_asn1_string_to_utf8.diff
364)
361 365
362# copy manpages 366# copy manpages
363echo "copying manpages" 367echo "copying manpages"