diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-02 01:40:33 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-23 19:27:57 -0500 |
commit | 769d58e4946b35976c4da2ab54c56f6430a45d89 (patch) | |
tree | 5ff27229f208de7077c9e8f9894c32a1ef8f6f1f /crypto | |
parent | d3771a41cb106c945e0f538073d0a6e7b35d145b (diff) | |
download | portable-769d58e4946b35976c4da2ab54c56f6430a45d89.tar.gz portable-769d58e4946b35976c4da2ab54c56f6430a45d89.tar.bz2 portable-769d58e4946b35976c4da2ab54c56f6430a45d89.zip |
further refactoring, working libtls-standalone
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 757197f..ad26168 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -65,49 +65,7 @@ if !HAVE_TIMINGSAFE_BCMP | |||
65 | libcompat_la_SOURCES += compat/timingsafe_bcmp.c | 65 | libcompat_la_SOURCES += compat/timingsafe_bcmp.c |
66 | endif | 66 | endif |
67 | 67 | ||
68 | if !HAVE_ARC4RANDOM_BUF | 68 | include Makefile.am.arc4random |
69 | libcompat_la_SOURCES += compat/arc4random.c | ||
70 | |||
71 | if !HAVE_GETENTROPY | ||
72 | if HOST_AIX | ||
73 | libcompat_la_SOURCES += compat/getentropy_aix.c | ||
74 | endif | ||
75 | if HOST_FREEBSD | ||
76 | libcompat_la_SOURCES += compat/getentropy_freebsd.c | ||
77 | endif | ||
78 | if HOST_HPUX | ||
79 | libcompat_la_SOURCES += compat/getentropy_hpux.c | ||
80 | endif | ||
81 | if HOST_LINUX | ||
82 | libcompat_la_SOURCES += compat/getentropy_linux.c | ||
83 | endif | ||
84 | if HOST_NETBSD | ||
85 | libcompat_la_SOURCES += compat/getentropy_netbsd.c | ||
86 | endif | ||
87 | if HOST_DARWIN | ||
88 | libcompat_la_SOURCES += compat/getentropy_osx.c | ||
89 | endif | ||
90 | if HOST_SOLARIS | ||
91 | libcompat_la_SOURCES += compat/getentropy_solaris.c | ||
92 | endif | ||
93 | if HOST_WIN | ||
94 | libcompat_la_SOURCES += compat/getentropy_win.c | ||
95 | endif | ||
96 | endif | ||
97 | |||
98 | endif | ||
99 | |||
100 | noinst_HEADERS = | ||
101 | noinst_HEADERS += compat/arc4random.h | ||
102 | noinst_HEADERS += compat/arc4random_aix.h | ||
103 | noinst_HEADERS += compat/arc4random_freebsd.h | ||
104 | noinst_HEADERS += compat/arc4random_hpux.h | ||
105 | noinst_HEADERS += compat/arc4random_linux.h | ||
106 | noinst_HEADERS += compat/arc4random_netbsd.h | ||
107 | noinst_HEADERS += compat/arc4random_osx.h | ||
108 | noinst_HEADERS += compat/arc4random_solaris.h | ||
109 | noinst_HEADERS += compat/arc4random_win.h | ||
110 | noinst_HEADERS += compat/chacha_private.h | ||
111 | 69 | ||
112 | libcrypto_la_SOURCES = | 70 | libcrypto_la_SOURCES = |
113 | EXTRA_libcrypto_la_SOURCES = | 71 | EXTRA_libcrypto_la_SOURCES = |