From fd187f8b8e4d4d87c5b5758ae0a090f42b26d7dd Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 4 Feb 2024 13:08:29 +0000 Subject: [PATCH] Zap a useless comment followed by a stray semicolon Noticed by Christian Andersen --- usr.bin/openssl/ca.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/openssl/ca.c b/usr.bin/openssl/ca.c index 1e802a4d747..6fedd22c95b 100644 --- a/usr.bin/openssl/ca.c +++ b/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] */ -- 2.20.1