Commit Diff


commit - 432c31e6cc8f64adf6181b798bb964d473fbde2c
commit + 14d22e8007f2e0a8b6e11908e32a4ac809f75f7e
blob - b9ff6ec8c2b68c279ee4029198c208292a05a314
blob + d898b653b3f375223d8b382490c13d2c81c87d84
--- have/Makefile
+++ 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 \