mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-30 01:02:12 +01:00
changed callback func name corresponding other cb func name convention
This commit is contained in:
@@ -55374,7 +55374,7 @@ int wolfSSL_EVP_PKEY_param_check(WOLFSSL_EVP_PKEY_CTX* ctx)
|
||||
* @return none
|
||||
*/
|
||||
void wolfSSL_set_psk_use_session_callback(WOLFSSL* ssl,
|
||||
wolfSSL_psk_use_session_cb_func cb)
|
||||
wc_psk_use_session_cb_func cb)
|
||||
{
|
||||
WOLFSSL_STUB("wolfSSL_set_psk_use_session_callback");
|
||||
(void)ssl;
|
||||
|
||||
Reference in New Issue
Block a user