From: Alan T. DeKok Date: Tue, 12 Nov 2024 15:38:13 +0000 (-0500) Subject: cbor doesn't have cb_tp_decode_proto() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aabfb54e9398d2de86da2ef94ba4c5d74c1c018a;p=thirdparty%2Ffreeradius-server.git cbor doesn't have cb_tp_decode_proto() --- diff --git a/src/bin/all.mk b/src/bin/all.mk index 88d00d5b965..33227c0d8a7 100644 --- a/src/bin/all.mk +++ b/src/bin/all.mk @@ -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.