aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-18 09:28:10 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-18 09:28:10 -0500
commit0197a589691274055e3a6f47a3652a6714d676bc (patch)
tree9a2c16f2cb86605522ce747c1a71bfd0c23db389 /update.sh
parentc8918dd0be1bbadfcebfc6631bd63f3b3e83befd (diff)
downloadportable-0197a589691274055e3a6f47a3652a6714d676bc.tar.gz
portable-0197a589691274055e3a6f47a3652a6714d676bc.tar.bz2
portable-0197a589691274055e3a6f47a3652a6714d676bc.zip
Windows compatibility fixes
VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index aef190e..de9f2bb 100755
--- a/update.sh
+++ b/update.sh
@@ -223,7 +223,6 @@ done
223# copy openssl(1) source 223# copy openssl(1) source
224echo "copying openssl(1) source" 224echo "copying openssl(1) source"
225$CP $app_src/openssl/openssl.1 apps/openssl 225$CP $app_src/openssl/openssl.1 apps/openssl
226rm -f apps/openssl/*.c apps/openssl/*.h
227$CP_LIBC $libc_src/stdlib/strtonum.c apps/openssl/compat 226$CP_LIBC $libc_src/stdlib/strtonum.c apps/openssl/compat
228$CP $libcrypto_src/cert.pem apps/openssl 227$CP $libcrypto_src/cert.pem apps/openssl
229$CP $libcrypto_src/openssl.cnf apps/openssl 228$CP $libcrypto_src/openssl.cnf apps/openssl