fix whitespace.

pull/4556/head
Daniel Pouzzner 2021-11-09 22:17:38 -06:00
parent 313d29f752
commit ed0418c2a8
2 changed files with 2 additions and 2 deletions

View File

@ -55956,7 +55956,7 @@ static int GetStaticEphemeralKey(WOLFSSL_CTX* ctx, WOLFSSL* ssl,
if (keySz) *keySz = 0;
#ifndef SINGLE_THREADED
if (ctx->staticKELockInit &&
if (ctx->staticKELockInit &&
(ret = wc_LockMutex(&ctx->staticKELock)) != 0) {
return ret;
}

View File

@ -13679,7 +13679,7 @@ static int MatchBaseName(int type, const char* name, int nameSz,
if (base == NULL || baseSz <= 0 || name == NULL || nameSz <= 0 ||
name[0] == '.' || nameSz < baseSz ||
(type != ASN_RFC822_TYPE && type != ASN_DNS_TYPE &&
type != ASN_DIR_TYPE)) {
type != ASN_DIR_TYPE)) {
return 0;
}