@@ -35770,6 +35770,11 @@ int wolfSSL_RAND_Init(void)
ret=WOLFSSL_SUCCESS;
}
}
else{
/* GlobalRNG is already initialized */
ret=WOLFSSL_SUCCESS;
}
wc_UnLockMutex(&globalRNGMutex);
}
#endif
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.