diff options
author | Brent Cook <bcook@openbsd.org> | 2015-12-06 23:32:18 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-12-06 23:32:18 -0600 |
commit | 905e2a3b8046e227bf02410def56b0c2535de14f (patch) | |
tree | 82159c1b9d0f627e00d6ba27bea725ff0ee20ef8 /crypto | |
parent | 5b49c30cbc1cd115a1d39bbdb67271e9d182b7a8 (diff) | |
download | portable-905e2a3b8046e227bf02410def56b0c2535de14f.tar.gz portable-905e2a3b8046e227bf02410def56b0c2535de14f.tar.bz2 portable-905e2a3b8046e227bf02410def56b0c2535de14f.zip |
refresh nc(1) support
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am.arc4random | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am.arc4random b/crypto/Makefile.am.arc4random index c44051c..6a01966 100644 --- a/crypto/Makefile.am.arc4random +++ b/crypto/Makefile.am.arc4random | |||
@@ -1,5 +1,6 @@ | |||
1 | if !HAVE_ARC4RANDOM_BUF | 1 | if !HAVE_ARC4RANDOM_BUF |
2 | libcompat_la_SOURCES += compat/arc4random.c | 2 | libcompat_la_SOURCES += compat/arc4random.c |
3 | libcompat_la_SOURCES += compat/arc4random_uniform.c | ||
3 | 4 | ||
4 | if !HAVE_GETENTROPY | 5 | if !HAVE_GETENTROPY |
5 | if HOST_AIX | 6 | if HOST_AIX |