Zap a useless comment followed by a stray semicolon
authortb <tb@openbsd.org>
Sun, 4 Feb 2024 13:08:29 +0000 (13:08 +0000)
committertb <tb@openbsd.org>
Sun, 4 Feb 2024 13:08:29 +0000 (13:08 +0000)
Noticed by Christian Andersen

usr.bin/openssl/ca.c

index 1e802a4..6fedd22 100644 (file)
@@ -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] */