aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 64f7189..3aea129 100755
--- a/update.sh
+++ b/update.sh
@@ -358,8 +358,6 @@ fi
358for i in patches/*.patch; do 358for i in patches/*.patch; do
359 $PATCH -p0 < $i 359 $PATCH -p0 < $i
360done 360done
361(cd crypto
362$PATCH -p2 < ../patches/x509_genn.c.diff)
363 361
364# copy manpages 362# copy manpages
365echo "copying manpages" 363echo "copying manpages"