]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/s3_both.c
mark all block comments that need format preserving so that
[thirdparty/openssl.git] / ssl / s3_both.c
index 3581fbf4ff426a95002ed5cc9329b9ce3cb36e41..d8589d6853e696f7df82d8bf50b58727b6670b50 100644 (file)
@@ -301,7 +301,8 @@ f_err:
        return(0);
        }
 
-/* for these 2 messages, we need to
+/*-
+ * for these 2 messages, we need to
  * ssl->enc_read_ctx                   re-init
  * ssl->s3->read_sequence              zero
  * ssl->s3->read_mac_secret            re-init
@@ -667,7 +668,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.