vtls_spack: drop redundant macro fallbacks

For `UINT16_MAX` and `UINT32_MAX`. They are used in other sources
without this fallback.

Closes #21768
This commit is contained in:
Viktor Szakats 2026-05-27 10:24:40 +02:00
parent 4f31f076c2
commit 7bcf34672d
No known key found for this signature in database

View file

@ -31,13 +31,6 @@
#include "vtls/vtls_spack.h"
#include "curlx/strdup.h"
#ifndef UINT16_MAX
#define UINT16_MAX 0xffff
#endif
#ifndef UINT32_MAX
#define UINT32_MAX 0xffffffff
#endif
#define CURL_SPACK_VERSION 0x01
#define CURL_SPACK_IETF_ID 0x02
#define CURL_SPACK_VALID_UNTIL 0x03