]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/ca.c
Remove some commented out code in the apps
[thirdparty/openssl.git] / apps / ca.c
index 9428c3018aff01c4a4abce14b8906c5e96db76ae..6a615ed55e74ed7e8be0acd2e8ab7b58a0ca40c6 100644 (file)
--- 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] */