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 | |
| 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@
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | crypto/Makefile.am.tpl | 2 | ||||
| -rw-r--r-- | include/Makefile.am | 7 |
3 files changed, 10 insertions, 2 deletions
| @@ -169,4 +169,5 @@ crypto/ui/ | |||
| 169 | crypto/whrlpool/ | 169 | crypto/whrlpool/ |
| 170 | crypto/x509/ | 170 | crypto/x509/ |
| 171 | crypto/x509v3/ | 171 | crypto/x509v3/ |
| 172 | 172 | openbsd/ | |
| 173 | .gitmodules | ||
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 = |
diff --git a/include/Makefile.am b/include/Makefile.am index f2860a4..7f8cfbd 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | SUBDIRS = openssl | 1 | SUBDIRS = openssl |
| 2 | 2 | ||
| 3 | noinst_HEADERS = pqueue.h stdlib.h string.h machine/endian.h | 3 | noinst_HEADERS = pqueue.h |
| 4 | noinst_HEADERS += stdlib.h | ||
| 5 | noinst_HEADERS += string.h | ||
| 6 | noinst_HEADERS += unistd.h | ||
| 7 | noinst_HEADERS += machine/endian.h | ||
| 8 | noinst_HEADERS += sys/types.h | ||
