mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
Remove white-space.
This commit is contained in:
@@ -4608,7 +4608,7 @@ static int DecodePolicyOID(char *out, word32 outSz, byte *in, word32 inSz)
|
|||||||
WOLFSSL_MSG("\tGet CertPolicy total seq failed");
|
WOLFSSL_MSG("\tGet CertPolicy total seq failed");
|
||||||
return ASN_PARSE_E;
|
return ASN_PARSE_E;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Validate total length (2 is the CERT_POLICY_OID+SEQ) */
|
/* Validate total length (2 is the CERT_POLICY_OID+SEQ) */
|
||||||
if ((total_length + 2) != sz) {
|
if ((total_length + 2) != sz) {
|
||||||
WOLFSSL_MSG("\tCertPolicy length mismatch");
|
WOLFSSL_MSG("\tCertPolicy length mismatch");
|
||||||
|
Reference in New Issue
Block a user