remove an extraneous empty line
authortb <tb@openbsd.org>
Wed, 14 Sep 2022 16:31:36 +0000 (16:31 +0000)
committertb <tb@openbsd.org>
Wed, 14 Sep 2022 16:31:36 +0000 (16:31 +0000)
usr.bin/openssl/pkcs12.c

index 4914eae..fb8a1f0 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: pkcs12.c,v 1.22 2022/09/11 18:07:46 tb Exp $ */
+/* $OpenBSD: pkcs12.c,v 1.23 2022/09/14 16:31:36 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
  */
@@ -892,7 +892,6 @@ dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, int passlen,
        const STACK_OF(X509_ATTRIBUTE) *attrs;
        X509 *x509;
 
-
        attrs = PKCS12_SAFEBAG_get0_attrs(bag);
 
        switch (PKCS12_SAFEBAG_get_nid(bag)) {