diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-01 07:40:26 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-01 07:40:26 -0500 |
commit | a7f031ba55ac4a69263000357eb7f6d7fb88101a (patch) | |
tree | 22683754da45f65561d4ae8465311b8eb0a43ec5 /include/Makefile.am | |
parent | 497a47c5fcf137b73816ee8e9165ddd12f90fcef (diff) | |
download | portable-a7f031ba55ac4a69263000357eb7f6d7fb88101a.tar.gz portable-a7f031ba55ac4a69263000357eb7f6d7fb88101a.tar.bz2 portable-a7f031ba55ac4a69263000357eb7f6d7fb88101a.zip |
add b64_ntop checking and fallback for nc(1)
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 522d375..b3c3549 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -11,6 +11,7 @@ noinst_HEADERS += compat/err.h | |||
11 | noinst_HEADERS += compat/netdb.h | 11 | noinst_HEADERS += compat/netdb.h |
12 | noinst_HEADERS += compat/poll.h | 12 | noinst_HEADERS += compat/poll.h |
13 | noinst_HEADERS += compat/readpassphrase.h | 13 | noinst_HEADERS += compat/readpassphrase.h |
14 | noinst_HEADERS += compat/resolv.h | ||
14 | noinst_HEADERS += compat/stdio.h | 15 | noinst_HEADERS += compat/stdio.h |
15 | noinst_HEADERS += compat/stdlib.h | 16 | noinst_HEADERS += compat/stdlib.h |
16 | noinst_HEADERS += compat/string.h | 17 | noinst_HEADERS += compat/string.h |