]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Cleanup for packaging of version 1.5.4.1
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 5 Jul 2023 23:48:06 +0000 (17:48 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 5 Jul 2023 23:48:06 +0000 (17:48 -0600)
Makefile.am
examples/config.json
src/Makefile.am

index 457aa7cb5e440d87f04578657c17d538de87f729..99305e9c259e2ff4100917b1bb466473843eae4c 100644 (file)
@@ -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
index a7bc343672cfdee4f4717499e90e3ba5bcfba5d5..62162cd32ad5ce8811817c075d26e763cacdc32d 100644 (file)
       "max": 5
     }
   },
-  "asn1-decode-max-stack": 4096,
+  "asn1-decode-max-stack": 4096
 }
index 87ba5883616921a8ad73da2729bdc24e5b9e28e6..a9d542beaaa0b919a587cf5f311f11fd8bf90c62 100644 (file)
@@ -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