Skip to content

Commit 10d210c

Browse files
committed
Parenthesis
1 parent 2d532dd commit 10d210c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/asn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27683,7 +27683,7 @@ static int EncodeName(EncodedName* name, const char* nameStr,
2768327683
}
2768427684

2768527685
#ifdef WOLFSSL_CUSTOM_OID
27686-
if (ret == 0) && (type == ASN_CUSTOM_NAME) {
27686+
if (ret == 0 && type == ASN_CUSTOM_NAME) {
2768727687
if (cname == NULL || cname->custom.oidSz == 0) {
2768827688
name->used = 0;
2768927689
return 0;

0 commit comments

Comments
 (0)