mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 14:12:11 +01:00
bsdkm: fips support.
This commit is contained in:
@@ -430,7 +430,11 @@ static void wolfssl_log(const int logLevel, const char* const file_name,
|
||||
#endif /* (!WOLFSSL_DEBUG_CERTS && !DEBUG_WOLFSSL) || NO_WOLFSSL_DEBUG_CERTS */
|
||||
|
||||
#if defined(XVSNPRINTF) && !defined(NO_WOLFSSL_MSG_EX)
|
||||
#include <stdarg.h> /* for var args */
|
||||
#if defined(WOLFSSL_BSDKM)
|
||||
#include <machine/stdarg.h> /* for var args */
|
||||
#else
|
||||
#include <stdarg.h> /* for var args */
|
||||
#endif /* WOLFSSL_BSDKM */
|
||||
|
||||
#ifndef WOLFSSL_MSG_EX_BUF_SZ
|
||||
#define WOLFSSL_MSG_EX_BUF_SZ 100
|
||||
|
||||
Reference in New Issue
Block a user