diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-06 14:10:57 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-06 14:10:57 +0000 |
commit | a1562e847fa30ccdecf14772fc6757abafd17e51 (patch) | |
tree | 30e271c2dc192f27198b6a32d36a789b335b2f53 | |
parent | 69cfd0a3048482604e2c0b20a6214b9389355816 (diff) |
sync file list
-rw-r--r-- | have/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/have/Makefile b/have/Makefile index d898b65..1bdfc6b 100644 --- a/have/Makefile +++ b/have/Makefile @@ -7,6 +7,7 @@ DISTFILES = ASN1_time_parse.c \ X509_LOOKUP_mem.c \ arc4random.c \ arc4random_buf.c \ + broken-strnvis.c \ endian_h.c \ err.c \ explicit_bzero.c \ |