From 9fa36f5f4b32557c20b2c2665d50b239dcc49b91 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 28 Feb 2017 12:46:56 +0000 Subject: Remove some commented out code in the apps Reviewed-by: Richard Levitte Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/2774) --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/ca.c') diff --git a/apps/ca.c b/apps/ca.c index 9428c3018a..6a615ed55e 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -2132,7 +2132,7 @@ static int get_certificate_status(const char *serial, CA_DB *db) if (serial_len % 2) { /* * Set the first char to 0 - */ ; + */ row[DB_serial][0] = '0'; /* Copy String from serial to row[DB_serial] */ -- cgit v1.2.3