mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
correct ifdef directive
This commit is contained in:
@ -30463,8 +30463,8 @@ WOLFSSL_EVP_PKEY *wolfSSL_PEM_read_PUBKEY(XFILE fp, EVP_PKEY **x,
|
|||||||
|
|
||||||
#ifndef NO_RSA
|
#ifndef NO_RSA
|
||||||
|
|
||||||
#ifdef XSNPRINTF && !defined(HAVE_FAST_RSA)
|
#if defined(XSNPRINTF) && !defined(HAVE_FAST_RSA)
|
||||||
/* a snprintf() must be available */
|
/* snprintf() must be available */
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* wolfSSL_RSA_print - writes the human readable form of RSA to bio
|
* wolfSSL_RSA_print - writes the human readable form of RSA to bio
|
||||||
|
Reference in New Issue
Block a user