indent has problems with comments that are on the right hand side of a line.
[openssl.git] / ssl / tls1.h
index 4aac4c61729eedc0d4c822e0e68f817d3fdd1184..d98f90d0023317edfd4542eeae93e83cad7e4781 100644 (file)
@@ -253,9 +253,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