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 /crypto/CMakeLists.txt | |
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 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index c2ec985..0615110 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -687,11 +687,6 @@ if(NOT HAVE_GETPAGESIZE) | |||
687 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/getpagesize.c) | 687 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/getpagesize.c) |
688 | endif() | 688 | endif() |
689 | 689 | ||
690 | if(NOT HAVE_INET_PTON) | ||
691 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/inet_pton.c) | ||
692 | set(EXTRA_EXPORT ${EXTRA_EXPORT} inet_pton) | ||
693 | endif() | ||
694 | |||
695 | if(NOT HAVE_REALLOCARRAY) | 690 | if(NOT HAVE_REALLOCARRAY) |
696 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/reallocarray.c) | 691 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/reallocarray.c) |
697 | set(EXTRA_EXPORT ${EXTRA_EXPORT} reallocarray) | 692 | set(EXTRA_EXPORT ${EXTRA_EXPORT} reallocarray) |