mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 11:24:13 +02:00
Add braces around new debug message to avoid compiler warning.
This commit is contained in:
+2
-1
@@ -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