]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
apps/ca: replace ;; with ; as statement separator
authorPauli <pauli@openssl.org>
Sun, 16 Jan 2022 23:36:46 +0000 (10:36 +1100)
committerPauli <pauli@openssl.org>
Tue, 18 Jan 2022 04:10:38 +0000 (15:10 +1100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17528)

apps/ca.c

index a9d6c5c1a60ff4bc2ea283316e79fe28b7631a3b..271f7de9df16376e9f018f72a35c4b29db6986ac 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -1855,7 +1855,7 @@ static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509,
             p = "Valid";
         else
             p = "\ninvalid type, Data base error\n";
-        BIO_printf(bio_err, "Type          :%s\n", p);;
+        BIO_printf(bio_err, "Type          :%s\n", p);
         if (rrow[DB_type][0] == DB_TYPE_REV) {
             p = rrow[DB_exp_date];
             if (p == NULL)