@@ -13389,6 +13389,11 @@ int wolfSSL_Cleanup(void)
ret=WC_CLEANUP_E;
ret=WC_CLEANUP_E;
}
}
#ifdef HAVE_GLOBAL_RNG
if(wc_FreeMutex(&globalRNGMutex)!=0){
ret=BAD_MUTEX_E;
}
#endif
returnret;
returnret;
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.