From: Pauli Date: Sun, 16 Jan 2022 23:36:46 +0000 (+1100) Subject: apps/ca: replace ;; with ; as statement separator X-Git-Tag: openssl-3.2.0-alpha1~3060 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e52698f9e33d77419dca827774e5d0bc1815100d;p=thirdparty%2Fopenssl.git apps/ca: replace ;; with ; as statement separator Reviewed-by: Tim Hudson Reviewed-by: Bernd Edlinger Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/17528) --- diff --git a/apps/ca.c b/apps/ca.c index a9d6c5c1a60..271f7de9df1 100644 --- 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)