We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ca71b commit 46de2b3Copy full SHA for 46de2b3
wolfssl/internal.h
@@ -1442,15 +1442,15 @@ enum {
1442
*/
1443
#define AEAD_SM4_CCM_LIMIT w64From32(0, (1 << 10) - 1)
1444
1445
-#if defined(WOLFSSL_TLS13) || !defined(NO_PSK)
1446
-
1447
-#define TLS13_TICKET_NONCE_MAX_SZ 255
1448
1449
#ifndef WOLFSSL_COOKIE_LEN
1450
/* Maximum size for a DTLS cookie */
1451
#define WOLFSSL_COOKIE_LEN 32
1452
#endif
1453
+#if defined(WOLFSSL_TLS13) || !defined(NO_PSK)
+
+#define TLS13_TICKET_NONCE_MAX_SZ 255
1454
#if (defined(HAVE_FIPS) && \
1455
!(defined(FIPS_VERSION_GE) && FIPS_VERSION_GE(5,3))) && \
1456
defined(TLS13_TICKET_NONCE_STATIC_SZ)
0 commit comments