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