C comments only
This commit is contained in:
parent
64ba0587a3
commit
bc958f5798
@ -7225,8 +7225,8 @@ CYASSL_X509* CyaSSL_X509_load_certificate_file(const char* fname, int format)
|
||||
}
|
||||
if (dynamic) XFREE(fileBuffer, NULL, DYNAMIC_TYPE_FILE);
|
||||
|
||||
// At this point we want `der` to have the certificate in DER format
|
||||
// ready to be decoded.
|
||||
/* At this point we want `der` to have the certificate in DER format */
|
||||
/* ready to be decoded. */
|
||||
if (der.buffer != NULL) {
|
||||
DecodedCert cert;
|
||||
|
||||
|
@ -1040,7 +1040,7 @@ void TLSX_FreeAll(TLSX* list)
|
||||
break;
|
||||
|
||||
case TRUNCATED_HMAC:
|
||||
// Nothing to do.
|
||||
/* Nothing to do. */
|
||||
break;
|
||||
}
|
||||
|
||||
@ -1079,7 +1079,7 @@ static word16 TLSX_GetSize(TLSX* list, byte* semaphore, byte isRequest)
|
||||
break;
|
||||
|
||||
case TRUNCATED_HMAC:
|
||||
// empty extension.
|
||||
/* empty extension. */
|
||||
break;
|
||||
}
|
||||
|
||||
@ -1123,7 +1123,7 @@ static word16 TLSX_Write(TLSX* list, byte* output, byte* semaphore,
|
||||
break;
|
||||
|
||||
case TRUNCATED_HMAC:
|
||||
// empty extension.
|
||||
/* empty extension. */
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user