From 9a6c330d3b29eb921704c3b732c275d064ebd4c2 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 16 Mar 2025 20:28:31 -0700 Subject: Fix typo in NNG_TLS_MAX_RECV_SIZE --- src/supplemental/tls/tls_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supplemental/tls/tls_common.c b/src/supplemental/tls/tls_common.c index d68a6197..fca0b420 100644 --- a/src/supplemental/tls/tls_common.c +++ b/src/supplemental/tls/tls_common.c @@ -27,7 +27,7 @@ // NNG_TLS_MAX_RECV_SIZE limits the amount of data we will receive in a single // operation. As we have to buffer data, this drives the size of our // intermediary buffer. The 16K is aligned to the maximum TLS record size. -#ifndef NNG_TLX_MAX_RECV_SIZE +#ifndef NNG_TLS_MAX_RECV_SIZE #define NNG_TLS_MAX_RECV_SIZE 16384 #endif -- cgit v1.2.3-70-g09d2