diff options
author | Charlie Root <root@rocinante.obtuse.com> | 2014-07-10 08:36:47 -0600 |
---|---|---|
committer | Charlie Root <root@rocinante.obtuse.com> | 2014-07-10 08:36:47 -0600 |
commit | abe7bee3601b8c6ec91954f1bef23aa6c908cec6 (patch) | |
tree | 8d189f7af250a01258231ad19447fdbd11ed02fb /crypto | |
parent | b3543f9c59ad616148915e857184e914f06c2dbc (diff) | |
download | portable-abe7bee3601b8c6ec91954f1bef23aa6c908cec6.tar.gz portable-abe7bee3601b8c6ec91954f1bef23aa6c908cec6.tar.bz2 portable-abe7bee3601b8c6ec91954f1bef23aa6c908cec6.zip |
Make things build again - add some missing headers
ok bcook@
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl index 6f94fdf..1aa8e8b 100644 --- a/crypto/Makefile.am.tpl +++ b/crypto/Makefile.am.tpl | |||
@@ -65,5 +65,7 @@ libcompat_la_SOURCES += compat/strtonum.c | |||
65 | endif | 65 | endif |
66 | 66 | ||
67 | noinst_HEADERS = des/ncbc_enc.c | 67 | noinst_HEADERS = des/ncbc_enc.c |
68 | noinst_HEADERS += compat/thread_private.h | ||
69 | noinst_HEADERS += compat/chacha_private.h | ||
68 | libcrypto_la_SOURCES = | 70 | libcrypto_la_SOURCES = |
69 | EXTRA_libcrypto_la_SOURCES = | 71 | EXTRA_libcrypto_la_SOURCES = |