Make things build again - add some missing headers

ok bcook@
This commit is contained in:
Charlie Root 2014-07-10 08:36:47 -06:00
parent b3543f9c59
commit abe7bee360
3 changed files with 10 additions and 2 deletions

3
.gitignore vendored
View File

@ -169,4 +169,5 @@ crypto/ui/
crypto/whrlpool/
crypto/x509/
crypto/x509v3/
openbsd/
.gitmodules

View File

@ -65,5 +65,7 @@ libcompat_la_SOURCES += compat/strtonum.c
endif
noinst_HEADERS = des/ncbc_enc.c
noinst_HEADERS += compat/thread_private.h
noinst_HEADERS += compat/chacha_private.h
libcrypto_la_SOURCES =
EXTRA_libcrypto_la_SOURCES =

View File

@ -1,3 +1,8 @@
SUBDIRS = openssl
noinst_HEADERS = pqueue.h stdlib.h string.h machine/endian.h
noinst_HEADERS = pqueue.h
noinst_HEADERS += stdlib.h
noinst_HEADERS += string.h
noinst_HEADERS += unistd.h
noinst_HEADERS += machine/endian.h
noinst_HEADERS += sys/types.h