From bc958f5798187439b512ff82bfd61db39b167f46 Mon Sep 17 00:00:00 2001 From: toddouska Date: Thu, 22 Aug 2013 10:35:46 -0700 Subject: [PATCH] C comments only --- src/ssl.c | 4 ++-- src/tls.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ssl.c b/src/ssl.c index ae2b9142c..f3165da1d 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -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; diff --git a/src/tls.c b/src/tls.c index b4bcaf44b..f7e3f0c4c 100644 --- a/src/tls.c +++ b/src/tls.c @@ -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; }