removing more locations of WOLFSSL_API used with function implementations

This commit is contained in:
JacobBarthelmeh
2025-07-10 16:44:28 -06:00
parent 13b8a972ea
commit 01cd91cbea
10 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -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;