forked from wolfSSL/wolfssl
Add braces around new debug message to avoid compiler warning.
This commit is contained in:
@ -9354,8 +9354,9 @@ int ParseCertRelative(DecodedCert* cert, int type, int verify, void* cm)
|
|||||||
cert->ca = GetCA(cm, cert->issuerHash);
|
cert->ca = GetCA(cm, cert->issuerHash);
|
||||||
#endif /* !NO_SKID */
|
#endif /* !NO_SKID */
|
||||||
|
|
||||||
if (cert->ca)
|
if (cert->ca) {
|
||||||
WOLFSSL_MSG("CA found");
|
WOLFSSL_MSG("CA found");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cert->selfSigned) {
|
if (cert->selfSigned) {
|
||||||
|
Reference in New Issue
Block a user