mark all block comments that need format preserving so that
[openssl.git] / crypto / asn1 / a_time.c
index e0d3d42d67ffa9a60e6325d02371659ab50c0d27..311e0668f572ba4a9055114edce9dfebc32f8f70 100644 (file)
@@ -54,7 +54,8 @@
  */
 
 
-/* This is an implementation of the ASN1 Time structure which is:
+/*-
+ * This is an implementation of the ASN1 Time structure which is:
  *    Time ::= CHOICE {
  *      utcTime        UTCTime,
  *      generalTime    GeneralizedTime }
@@ -64,7 +65,6 @@
 #include <stdio.h>
 #include <time.h>
 #include "cryptlib.h"
-#include "o_time.h"
 #include <openssl/asn1t.h>
 #include "asn1_locl.h"