]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
cbor doesn't have cb_tp_decode_proto()
authorAlan T. DeKok <aland@freeradius.org>
Tue, 12 Nov 2024 15:38:13 +0000 (10:38 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 12 Nov 2024 15:38:13 +0000 (10:38 -0500)
src/bin/all.mk

index 88d00d5b965116b88c0f08fd789c0b24e7e3e147..33227c0d8a72e99f5d47bad222f462a53aa03fa8 100644 (file)
@@ -25,7 +25,7 @@ SUBMAKEFILES := \
 #  The fuzzer binary needs special magic to run, as it doesn't parse
 #  command-line options.  See fuzzer.mk for details.
 #
-FUZZER_PROTOCOLS = radius dhcpv4 dhcpv6 dns tacacs vmps tftp util bfd cbor
+FUZZER_PROTOCOLS = radius dhcpv4 dhcpv6 dns tacacs vmps tftp util bfd
 
 #
 #  Add the fuzzer only if everything was built with the fuzzing flags.