diff options
author | Brent Cook <busterb@gmail.com> | 2018-03-14 07:29:04 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2018-03-14 07:29:04 -0500 |
commit | 3fb9e63b907186c70fb79e818d899ccb67b4b421 (patch) | |
tree | 6d1bd111880dff4838796915a68076339c37cbc3 /.gitignore | |
parent | b7397ab184d303b7cd6a41eaf121e47834c5b707 (diff) | |
download | portable-3fb9e63b907186c70fb79e818d899ccb67b4b421.tar.gz portable-3fb9e63b907186c70fb79e818d899ccb67b4b421.tar.bz2 portable-3fb9e63b907186c70fb79e818d899ccb67b4b421.zip |
bump base requirement to Windows Vista, use builtin inet_ntop/pton
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -124,7 +124,6 @@ include/openssl/*.h | |||
124 | /apps/ocspcheck/*.h | 124 | /apps/ocspcheck/*.h |
125 | /apps/ocspcheck/*.c | 125 | /apps/ocspcheck/*.c |
126 | /apps/ocspcheck/ocspcheck* | 126 | /apps/ocspcheck/ocspcheck* |
127 | /apps/ocspcheck/compat/inet_ntop.c | ||
128 | /apps/ocspcheck/compat/memmem.c | 127 | /apps/ocspcheck/compat/memmem.c |
129 | 128 | ||
130 | /apps/nc/*.h | 129 | /apps/nc/*.h |
@@ -150,7 +149,6 @@ include/openssl/*.h | |||
150 | !/crypto/compat/getpagesize.c | 149 | !/crypto/compat/getpagesize.c |
151 | !/crypto/compat/posix_win.c | 150 | !/crypto/compat/posix_win.c |
152 | !/crypto/compat/bsd_asprintf.c | 151 | !/crypto/compat/bsd_asprintf.c |
153 | !/crypto/compat/inet_pton.c | ||
154 | !/crypto/compat/timegm.c | 152 | !/crypto/compat/timegm.c |
155 | !/crypto/compat/ui_openssl_win.c | 153 | !/crypto/compat/ui_openssl_win.c |
156 | !/crypto/CMakeLists.txt | 154 | !/crypto/CMakeLists.txt |