diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -358,6 +358,10 @@ fi | |||
358 | for i in patches/*.patch; do | 358 | for i in patches/*.patch; do |
359 | $PATCH -p0 < $i | 359 | $PATCH -p0 < $i |
360 | done | 360 | done |
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 |
363 | echo "copying manpages" | 367 | echo "copying manpages" |