C comments only

This commit is contained in:
toddouska 2013-08-22 10:35:46 -07:00
parent 64ba0587a3
commit bc958f5798
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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;
}