From a77d59091c46b5df6e71aa665aabdab326e2318e Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 4 Feb 2024 13:08:29 +0000 Subject: Zap a useless comment followed by a stray semicolon Noticed by Christian Andersen --- src/usr.bin/openssl/ca.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/usr.bin/openssl/ca.c b/src/usr.bin/openssl/ca.c index 1e802a4d74..6fedd22c95 100644 --- a/src/usr.bin/openssl/ca.c +++ b/src/usr.bin/openssl/ca.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ca.c,v 1.57 2023/11/13 12:43:08 tb Exp $ */ +/* $OpenBSD: ca.c,v 1.58 2024/02/04 13:08:29 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -2576,7 +2576,6 @@ get_certificate_status(const char *serial, CA_DB *db) goto err; } if (strlen(serial) % 2) { - /* Set the first char to 0 */ ; row[DB_serial][0] = '0'; /* Copy String from serial to row[DB_serial] */ -- cgit v1.2.3-55-g6feb