diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 5 | ||||
-rw-r--r-- | crypto/Makefile.am | 7 |
2 files changed, 0 insertions, 12 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) |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 9520a41..8bfb4a9 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -40,9 +40,6 @@ endif | |||
40 | if !HAVE_FREEZERO | 40 | if !HAVE_FREEZERO |
41 | -echo freezero >> crypto_portable.sym | 41 | -echo freezero >> crypto_portable.sym |
42 | endif | 42 | endif |
43 | if !HAVE_INET_PTON | ||
44 | -echo inet_pton >> crypto_portable.sym | ||
45 | endif | ||
46 | if !HAVE_REALLOCARRAY | 43 | if !HAVE_REALLOCARRAY |
47 | -echo reallocarray >> crypto_portable.sym | 44 | -echo reallocarray >> crypto_portable.sym |
48 | endif | 45 | endif |
@@ -166,10 +163,6 @@ if !HAVE_GETPAGESIZE | |||
166 | libcompat_la_SOURCES += compat/getpagesize.c | 163 | libcompat_la_SOURCES += compat/getpagesize.c |
167 | endif | 164 | endif |
168 | 165 | ||
169 | if !HAVE_INET_PTON | ||
170 | libcompat_la_SOURCES += compat/inet_pton.c | ||
171 | endif | ||
172 | |||
173 | if !HAVE_TIMEGM | 166 | if !HAVE_TIMEGM |
174 | libcompat_la_SOURCES += compat/timegm.c | 167 | libcompat_la_SOURCES += compat/timegm.c |
175 | endif | 168 | endif |