aboutsummaryrefslogtreecommitdiff
path: root/have/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'have/Makefile')
-rw-r--r--have/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/have/Makefile b/have/Makefile
index 21e75c4..d2a1dfa 100644
--- a/have/Makefile
+++ b/have/Makefile
@@ -1,10 +1,18 @@
-DISTFILES = Makefile \
+DISTFILES = ASN1_time_parse.c \
+ ASN1_time_tm_clamp_notafter.c \
+ ASN1_time_tm_cmp.c \
+ Makefile \
+ SSL_CTX_load_verify_mem.c \
+ SSL_CTX_use_certificate_chain_mem.c \
+ X509_LOOKUP_mem.c \
+ arc4random.c \
endian_h.c \
err.c \
explicit_bzero.c \
freezero.c \
getdtablecount.c \
getdtablesize.c \
+ getentropy.c \
getprogname.c \
imsg.c \
libevent.c \
@@ -24,6 +32,7 @@ DISTFILES = Makefile \
strlcat.c \
strlcpy.c \
strtonum.c \
+ timingsafe_memcmp.c \
tree_h.c \
vasprintf.c \
vis.c \