mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Parenthesis
This commit is contained in:
@@ -27683,7 +27683,7 @@ static int EncodeName(EncodedName* name, const char* nameStr,
|
||||
}
|
||||
|
||||
#ifdef WOLFSSL_CUSTOM_OID
|
||||
if (ret == 0) && (type == ASN_CUSTOM_NAME) {
|
||||
if (ret == 0 && type == ASN_CUSTOM_NAME) {
|
||||
if (cname == NULL || cname->custom.oidSz == 0) {
|
||||
name->used = 0;
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user