For:
- lib/vtls: `MAX_PINNED_PUBKEY_SIZE`.
- src: `UNPRINTABLE_CHAR`.
- tests/server/tftpd: `PKTSIZE`.
Closes #20314
CURLsslset Curl_init_sslset_nolock(curl_sslbackend id, const char *name,
const curl_ssl_backend ***avail);
-#ifndef MAX_PINNED_PUBKEY_SIZE
#define MAX_PINNED_PUBKEY_SIZE 1048576 /* 1 MiB */
-#endif
curl_sslbackend Curl_ssl_backend(void);
#define CURL_OS "unknown"
#endif
-#ifndef UNPRINTABLE_CHAR
/* define what to use for unprintable characters */
#define UNPRINTABLE_CHAR '.'
-#endif
#ifndef HAVE_STRDUP
#include "tool_strdup.h"
* STRUCT DECLARATIONS AND DEFINES *
*****************************************************************************/
-#ifndef PKTSIZE
#define PKTSIZE (SEGSIZE + 4) /* SEGSIZE defined in arpa/tftp.h */
-#endif
struct testcase {
char *buffer; /* holds the file data to send to the client */