diff options
author | Brent Cook <bcook@openbsd.org> | 2015-03-22 05:49:58 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-03-22 06:06:32 -0500 |
commit | 989bc3e3ace0e2326408d2f9aefae103402a8b03 (patch) | |
tree | 21b97e71957d3156479663acee8e62c705eb8228 /update.sh | |
parent | dcf31221efbc0c3ceed401478debccc2af38a459 (diff) | |
download | portable-989bc3e3ace0e2326408d2f9aefae103402a8b03.tar.gz portable-989bc3e3ace0e2326408d2f9aefae103402a8b03.tar.bz2 portable-989bc3e3ace0e2326408d2f9aefae103402a8b03.zip |
the BIO_sock_init() patch is upstream.
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
186 | done | 186 | done |
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 |
191 | echo "copying libssl source" | 189 | echo "copying libssl source" |