mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
fix for reported nightly Jenkins build tests
This commit is contained in:
@ -361,8 +361,8 @@
|
|||||||
/* snprintf is used in asn.c for GetTimeString, PKCS7 test, and when
|
/* snprintf is used in asn.c for GetTimeString, PKCS7 test, and when
|
||||||
debugging is turned on */
|
debugging is turned on */
|
||||||
#ifndef USE_WINDOWS_API
|
#ifndef USE_WINDOWS_API
|
||||||
#if defined(NO_FILESYSTEM) && defined(OPENSSL_EXTRA) && \
|
#if defined(NO_FILESYSTEM) && (defined(OPENSSL_EXTRA) || \
|
||||||
!defined(NO_STDIO_FILESYSTEM)
|
defined(HAVE_PKCS7)) && !defined(NO_STDIO_FILESYSTEM)
|
||||||
/* case where stdio is not included else where but is needed for
|
/* case where stdio is not included else where but is needed for
|
||||||
* snprintf */
|
* snprintf */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Reference in New Issue
Block a user