diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2015-09-16 20:36:38 +0900 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-17 04:41:45 -0500 |
commit | 9606a6b5e96176cd4d65dd9c0bce2e5b0845cd7e (patch) | |
tree | cfd3debf261c8d81a828319ff51c3dc2b9b107de | |
parent | 3b82df010a4e3ce88125efa7eac8d8b3f863f94d (diff) | |
download | portable-9606a6b5e96176cd4d65dd9c0bce2e5b0845cd7e.tar.gz portable-9606a6b5e96176cd4d65dd9c0bce2e5b0845cd7e.tar.bz2 portable-9606a6b5e96176cd4d65dd9c0bce2e5b0845cd7e.zip |
add include/compat/readpassphrase.h to Makefile.am
fix for https://github.com/libressl-portable/portable/issues/138
-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 24a83cf..522d375 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -10,6 +10,7 @@ noinst_HEADERS += compat/dirent_msvc.h | |||
10 | noinst_HEADERS += compat/err.h | 10 | 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/stdio.h | 14 | noinst_HEADERS += compat/stdio.h |
14 | noinst_HEADERS += compat/stdlib.h | 15 | noinst_HEADERS += compat/stdlib.h |
15 | noinst_HEADERS += compat/string.h | 16 | noinst_HEADERS += compat/string.h |