add missing entries in have/Makefile distfiles

This commit is contained in:
Omar Polo 2024-01-10 17:32:07 +00:00
parent 432c31e6cc
commit 14d22e8007
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ DISTFILES = ASN1_time_parse.c \
SSL_CTX_use_certificate_chain_mem.c \ SSL_CTX_use_certificate_chain_mem.c \
X509_LOOKUP_mem.c \ X509_LOOKUP_mem.c \
arc4random.c \ arc4random.c \
arc4random_buf.c \
endian_h.c \ endian_h.c \
err.c \ err.c \
explicit_bzero.c \ explicit_bzero.c \
@ -19,6 +20,7 @@ DISTFILES = ASN1_time_parse.c \
libevent.c \ libevent.c \
libevent2.c \ libevent2.c \
libtls.c \ libtls.c \
machine_endian.c \
memmem.c \ memmem.c \
noop.c \ noop.c \
openssl.c \ openssl.c \
@ -33,6 +35,7 @@ DISTFILES = ASN1_time_parse.c \
strlcat.c \ strlcat.c \
strlcpy.c \ strlcpy.c \
strtonum.c \ strtonum.c \
sys_endian_h.c \
timingsafe_memcmp.c \ timingsafe_memcmp.c \
tree_h.c \ tree_h.c \
vasprintf.c \ vasprintf.c \