mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
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);
|
||||
#endif /* !NO_SKID */
|
||||
|
||||
if (cert->ca)
|
||||
if (cert->ca) {
|
||||
WOLFSSL_MSG("CA found");
|
||||
}
|
||||
}
|
||||
|
||||
if (cert->selfSigned) {
|
||||
|
Reference in New Issue
Block a user