Small cleanups. Missing (void), spelling and formatting. Also fixes for variations of 25519/448 build.

This commit is contained in:
David Garske
2022-05-13 09:24:59 -07:00
parent 852d5169d4
commit 1a57e3065a
5 changed files with 139 additions and 105 deletions

View File

@@ -5378,7 +5378,7 @@ int AddCA(WOLFSSL_CERT_MANAGER* cm, DerBuffer** pDer, int type, int verify)
static WOLFSSL_DRBG_CTX* gDrbgDefCtx = NULL;
#endif
WC_RNG* wolfssl_get_global_rng()
WC_RNG* wolfssl_get_global_rng(void)
{
WC_RNG* ret = NULL;