mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +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;
|
||||
}
|
||||
if (sk->next)
|
||||
XSNPRINTF(val, len, "%*s%s, ", indent, "", str->strData);
|
||||
XSNPRINTF(val, len, "%*s%s,", indent, "", str->strData);
|
||||
else
|
||||
XSNPRINTF(val, len, "%*s%s", indent, "", str->strData);
|
||||
|
||||
|
Reference in New Issue
Block a user