From: Nick Porter Date: Tue, 11 Feb 2025 08:59:00 +0000 (+0000) Subject: Define DO_NOT_RESPOND code for tls X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa0dd538616f4d082fc4a9de69bbf724f0df4dac;p=thirdparty%2Ffreeradius-server.git Define DO_NOT_RESPOND code for tls Allows use of `handled` in verify certificate policies --- diff --git a/src/process/tls/base.c b/src/process/tls/base.c index ca2a30ac23c..9f3020c0517 100644 --- a/src/process/tls/base.c +++ b/src/process/tls/base.c @@ -58,6 +58,7 @@ typedef struct { #define PROCESS_INST process_tls_t #define PROCESS_PACKET_TYPE uint32_t +#define PROCESS_CODE_DO_NOT_RESPOND FR_PACKET_TYPE_VALUE_FAILURE #define PROCESS_PACKET_CODE_VALID FR_TLS_PACKET_CODE_VALID #include