forked from wolfSSL/wolfssl
Fix Renesas test
In PR #8182 this line was accidentally wrapped in `#ifdef OPENSSL_EXTRA`
This commit is contained in:
@ -3051,12 +3051,12 @@ WOLFSSL_API WOLF_STACK_OF(WOLFSSL_X509)* wolfSSL_set_peer_cert_chain(WOLFSSL* ss
|
||||
WOLFSSL_API int wolfSSL_want_read(WOLFSSL* ssl);
|
||||
WOLFSSL_API int wolfSSL_want_write(WOLFSSL* ssl);
|
||||
|
||||
#include <stdarg.h> /* var_arg */
|
||||
#ifdef OPENSSL_EXTRA
|
||||
WOLFSSL_API int wolfSSL_want(WOLFSSL* ssl);
|
||||
|
||||
WOLFSSL_API WOLFSSL_EVP_PKEY* wolfSSL_CTX_get0_privatekey(const WOLFSSL_CTX* ctx);
|
||||
|
||||
#include <stdarg.h> /* var_arg */
|
||||
WOLFSSL_API int wolfSSL_BIO_vprintf(WOLFSSL_BIO* bio, const char* format,
|
||||
va_list args);
|
||||
WOLFSSL_API int wolfSSL_BIO_printf(WOLFSSL_BIO* bio, const char* format, ...);
|
||||
|
Reference in New Issue
Block a user