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