aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 03ed14a..83f8f0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -115,6 +115,8 @@ include/openssl/*.h
115/apps/nc/*.h 115/apps/nc/*.h
116/apps/nc/*.c 116/apps/nc/*.c
117/apps/nc/nc* 117/apps/nc/nc*
118!/apps/openssl/apps_win.c
119!/apps/openssl/certhash_win.c
118/apps/openssl/*.h 120/apps/openssl/*.h
119/apps/openssl/*.c 121/apps/openssl/*.c
120/apps/openssl/*.cnf 122/apps/openssl/*.cnf