From: tb Date: Wed, 14 Sep 2022 16:31:36 +0000 (+0000) Subject: remove an extraneous empty line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=816ecec3e0e1ad1261e02eba0be0d0f793c24203;p=openbsd remove an extraneous empty line --- diff --git a/usr.bin/openssl/pkcs12.c b/usr.bin/openssl/pkcs12.c index 4914eae4a79..fb8a1f0ea4d 100644 --- a/usr.bin/openssl/pkcs12.c +++ b/usr.bin/openssl/pkcs12.c @@ -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)) {