diff options
author | Brent Cook <bcook@openbsd.org> | 2015-03-09 07:11:28 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-03-09 07:23:21 -0500 |
commit | f5389343d6602a9e0b5f42108cb8c7586a0ff02a (patch) | |
tree | f504b01e971ea7f82f2bd88e05672eb710333fe6 /update.sh | |
parent | 14c53cd02c7783c65749a83ac9e5976cc9843fb2 (diff) | |
download | portable-f5389343d6602a9e0b5f42108cb8c7586a0ff02a.tar.gz portable-f5389343d6602a9e0b5f42108cb8c7586a0ff02a.tar.bz2 portable-f5389343d6602a9e0b5f42108cb8c7586a0ff02a.zip |
use correct patch level
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ for i in `awk '/SOURCES|HEADERS/ { print $3 }' apps/Makefile.am` ; do | |||
185 | fi | 185 | fi |
186 | done | 186 | done |
187 | # patch for openssl(1) oscp on windows | 187 | # patch for openssl(1) oscp on windows |
188 | (cd apps; patch -p5 < $CWD/patches/win_bio_sock_init.diff) | 188 | (cd apps; patch -p4 < $CWD/patches/win_bio_sock_init.diff) |
189 | 189 | ||
190 | # copy libssl source | 190 | # copy libssl source |
191 | echo "copying libssl source" | 191 | echo "copying libssl source" |