mirror of https://github.com/wolfSSL/wolfssl.git
Add braces around new debug message to avoid compiler warning.
parent
667d9ca896
commit
823b3d90d8
|
@ -9354,8 +9354,9 @@ int ParseCertRelative(DecodedCert* cert, int type, int verify, void* cm)
|
|||
cert->ca = GetCA(cm, cert->issuerHash);
|
||||
#endif /* !NO_SKID */
|
||||
|
||||
if (cert->ca)
|
||||
if (cert->ca) {
|
||||
WOLFSSL_MSG("CA found");
|
||||
}
|
||||
}
|
||||
|
||||
if (cert->selfSigned) {
|
||||
|
|
Loading…
Reference in New Issue