mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
linuxkm/module_hooks.c: log "cleanup complete" at unload time.
This commit is contained in:
@@ -39,6 +39,8 @@ static void wolfssl_exit(void)
|
|||||||
int ret = wolfSSL_Cleanup();
|
int ret = wolfSSL_Cleanup();
|
||||||
if (ret != WOLFSSL_SUCCESS)
|
if (ret != WOLFSSL_SUCCESS)
|
||||||
pr_err("wolfSSL_Cleanup() failed: %s", wc_GetErrorString(ret));
|
pr_err("wolfSSL_Cleanup() failed: %s", wc_GetErrorString(ret));
|
||||||
|
else
|
||||||
|
pr_info("wolfSSL " LIBWOLFSSL_VERSION_STRING " cleanup complete.\n");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user