ec/ecp_nistz256.c: harmonize with latest indent script.
[oweals/openssl.git] / crypto / ocsp / ocsp_ext.c
index ec884cb08f4429f0fc4eeb6a4f32a5350e2d5585..fcacdf0b819cb63ca45cc833b63171a45331438b 100644 (file)
@@ -361,7 +361,8 @@ int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len)
        return ocsp_add1_nonce(&resp->tbsResponseData->responseExtensions, val, len);
        }
 
-/* Check nonce validity in a request and response.
+/*-
+ * Check nonce validity in a request and response.
  * Return value reflects result:
  *  1: nonces present and equal.
  *  2: nonces both absent.