mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +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();
|
||||
if (ret != WOLFSSL_SUCCESS)
|
||||
pr_err("wolfSSL_Cleanup() failed: %s", wc_GetErrorString(ret));
|
||||
else
|
||||
pr_info("wolfSSL " LIBWOLFSSL_VERSION_STRING " cleanup complete.\n");
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user