indent has problems with comments that are on the right hand side of a line.
[openssl.git] / ssl / tls1.h
index 910de40eedb3717997f87f0583cdb269713858d6..ddf205d80bce50291cfa8614193fd4b5e77d9ab6 100644 (file)
@@ -244,9 +244,12 @@ extern "C" {
 #define TLSEXT_TYPE_session_ticket             35
 
 /* ExtensionType value from draft-rescorla-tls-opaque-prf-input-00.txt */
-#if 0 /* will have to be provided externally for now ,
-       * i.e. build with -DTLSEXT_TYPE_opaque_prf_input=38183
-       * using whatever extension number you'd like to try */
+#if 0
+/*
+ * will have to be provided externally for now ,
+ * i.e. build with -DTLSEXT_TYPE_opaque_prf_input=38183
+ * using whatever extension number you'd like to try
+ */
 # define TLSEXT_TYPE_opaque_prf_input          ??
 #endif