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:11:28 -0500 |
commit | 58f869bfd52283893913266038352eaaddea95a5 (patch) | |
tree | c71b234f3b6baf8051af6056b4a5552df1af9a13 | |
parent | 1eea14957d730c735422ec725963ec9d701dc0d2 (diff) | |
download | portable-2.1.5.tar.gz portable-2.1.5.tar.bz2 portable-2.1.5.zip |
use correct patch levelv2.1.5
-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" |