aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 6832fe8..7d3f8e5 100755
--- a/update.sh
+++ b/update.sh
@@ -362,6 +362,9 @@ done
362(cd crypto 362(cd crypto
363 $PATCH -p4 < ../patches/uninit_asn1_string_to_utf8.diff 363 $PATCH -p4 < ../patches/uninit_asn1_string_to_utf8.diff
364) 364)
365(cd crypto
366 $PATCH -p2 < ../patches/x509_genn.c.diff
367)
365 368
366# copy manpages 369# copy manpages
367echo "copying manpages" 370echo "copying manpages"