Make things build again - add some missing headers
ok bcook@
This commit is contained in:
parent
b3543f9c59
commit
abe7bee360
3
.gitignore
vendored
3
.gitignore
vendored
@ -169,4 +169,5 @@ crypto/ui/
|
||||
crypto/whrlpool/
|
||||
crypto/x509/
|
||||
crypto/x509v3/
|
||||
|
||||
openbsd/
|
||||
.gitmodules
|
||||
|
@ -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 =
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user