Further comment amendments to preserve formatting prior to source reformat
[openssl.git] / ssl / s3_both.c
index 56e7d68ac3ce716865b99e9cfcef195e4c1c90f3..412d095d604b0f53a04ba647e20279823f07fff3 100644 (file)
@@ -628,7 +628,8 @@ int ssl_verify_alarm_type(long type)
        }
 
 #ifndef OPENSSL_NO_BUF_FREELISTS
-/* On some platforms, malloc() performance is bad enough that you can't just
+/*-
+ * On some platforms, malloc() performance is bad enough that you can't just
  * free() and malloc() buffers all the time, so we need to use freelists from
  * unused buffers.  Currently, each freelist holds memory chunks of only a
  * given size (list->chunklen); other sized chunks are freed and malloced.