mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Fixed CID 587287.
This commit is contained in:
@ -9096,7 +9096,7 @@ int wolfSSL_X509V3_EXT_print(WOLFSSL_BIO *out, WOLFSSL_X509_EXTENSION *ext,
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
if (sk->next)
|
if (sk->next)
|
||||||
XSNPRINTF(val, len, "%*s%s, ", indent, "", str->strData);
|
XSNPRINTF(val, len, "%*s%s,", indent, "", str->strData);
|
||||||
else
|
else
|
||||||
XSNPRINTF(val, len, "%*s%s", indent, "", str->strData);
|
XSNPRINTF(val, len, "%*s%s", indent, "", str->strData);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user