aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-03-22 05:49:58 -0500
committerBrent Cook <bcook@openbsd.org>2015-03-22 06:06:32 -0500
commit989bc3e3ace0e2326408d2f9aefae103402a8b03 (patch)
tree21b97e71957d3156479663acee8e62c705eb8228 /update.sh
parentdcf31221efbc0c3ceed401478debccc2af38a459 (diff)
downloadportable-989bc3e3ace0e2326408d2f9aefae103402a8b03.tar.gz
portable-989bc3e3ace0e2326408d2f9aefae103402a8b03.tar.bz2
portable-989bc3e3ace0e2326408d2f9aefae103402a8b03.zip
the BIO_sock_init() patch is upstream.
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 85f8331..b8326fd 100755
--- a/update.sh
+++ b/update.sh
@@ -184,8 +184,6 @@ for i in `awk '/SOURCES|HEADERS/ { print $3 }' apps/Makefile.am` ; do
184 $CP $openssl_app_src/$i apps 184 $CP $openssl_app_src/$i apps
185 fi 185 fi
186done 186done
187# patch for openssl(1) oscp on windows
188(cd apps; patch -p4 < $CWD/patches/win_bio_sock_init.diff)
189 187
190# copy libssl source 188# copy libssl source
191echo "copying libssl source" 189echo "copying libssl source"