mirror of
https://github.com/curl/curl.git
synced 2026-06-03 00:24:18 +03:00
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:
parent
4f31f076c2
commit
7bcf34672d
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue