Remove /* foo.c */ comments
[oweals/openssl.git] / crypto / ocsp / ocsp_prn.c
index 70b6904e9b490825d01155f4b8844e3690641a6d..7524576eb34deccba9f041940d1638bd29d6bbe3 100644 (file)
@@ -1,4 +1,3 @@
-/* ocsp_prn.c */
 /*
  * Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
  * project.
@@ -213,7 +212,6 @@ int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags)
         return 1;
     }
 
-    i = ASN1_STRING_length(rb->response);
     if ((br = OCSP_response_get1_basic(o)) == NULL)
         goto err;
     rd = &br->tbsResponseData;