mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 17:10:50 +02:00
removing more locations of WOLFSSL_API used with function implementations
This commit is contained in:
@@ -1404,7 +1404,7 @@ long wolfSSL_BIO_get_mem_ptr(WOLFSSL_BIO *bio, WOLFSSL_BUF_MEM **ptr)
|
||||
}
|
||||
#endif
|
||||
|
||||
WOLFSSL_API long wolfSSL_BIO_int_ctrl(WOLFSSL_BIO *bp, int cmd, long larg, int iarg)
|
||||
long wolfSSL_BIO_int_ctrl(WOLFSSL_BIO *bp, int cmd, long larg, int iarg)
|
||||
{
|
||||
(void) bp;
|
||||
(void) cmd;
|
||||
|
||||
Reference in New Issue
Block a user