From 09f4553c3f6de60d836e956a0b54901fbd2124a8 Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Wed, 5 Jul 2023 17:48:06 -0600 Subject: [PATCH] Cleanup for packaging of version 1.5.4.1 --- Makefile.am | 1 + examples/config.json | 2 +- src/Makefile.am | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 457aa7cb..99305e9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ EXTRA_DIST += LICENSE EXTRA_DIST += src/asn1/asn1c/LICENSE EXTRA_DIST += examples/tal/afrinic.tal EXTRA_DIST += examples/tal/apnic.tal +EXTRA_DIST += examples/tal/arin.tal EXTRA_DIST += examples/tal/lacnic.tal EXTRA_DIST += examples/tal/ripe-ncc.tal EXTRA_DIST += examples/config.json diff --git a/examples/config.json b/examples/config.json index a7bc3436..62162cd3 100644 --- a/examples/config.json +++ b/examples/config.json @@ -115,5 +115,5 @@ "max": 5 } }, - "asn1-decode-max-stack": 4096, + "asn1-decode-max-stack": 4096 } diff --git a/src/Makefile.am b/src/Makefile.am index 87ba5883..a9d542be 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,7 +67,6 @@ fort_SOURCES += crypto/hash.h crypto/hash.c fort_SOURCES += data_structure/array_list.h fort_SOURCES += data_structure/common.h fort_SOURCES += data_structure/uthash.h -fort_SOURCES += data_structure/uthash_nonfatal.h fort_SOURCES += http/http.h http/http.c -- 2.47.3