diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-10 17:32:07 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-10 17:32:07 +0000 |
commit | 14d22e8007f2e0a8b6e11908e32a4ac809f75f7e (patch) | |
tree | 7858d20dccbaff46254cf4017690c16d0078f982 /have | |
parent | 432c31e6cc8f64adf6181b798bb964d473fbde2c (diff) |
add missing entries in have/Makefile distfiles
Diffstat (limited to 'have')
-rw-r--r-- | have/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/have/Makefile b/have/Makefile index b9ff6ec..d898b65 100644 --- a/have/Makefile +++ b/have/Makefile @@ -6,6 +6,7 @@ DISTFILES = ASN1_time_parse.c \ SSL_CTX_use_certificate_chain_mem.c \ X509_LOOKUP_mem.c \ arc4random.c \ + arc4random_buf.c \ endian_h.c \ err.c \ explicit_bzero.c \ @@ -19,6 +20,7 @@ DISTFILES = ASN1_time_parse.c \ libevent.c \ libevent2.c \ libtls.c \ + machine_endian.c \ memmem.c \ noop.c \ openssl.c \ @@ -33,6 +35,7 @@ DISTFILES = ASN1_time_parse.c \ strlcat.c \ strlcpy.c \ strtonum.c \ + sys_endian_h.c \ timingsafe_memcmp.c \ tree_h.c \ vasprintf.c \ |