Skip to content

Commit eef14a3

Browse files
author
tb
committed
remove an extraneous empty line
1 parent d59008f commit eef14a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/usr.bin/openssl/pkcs12.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: pkcs12.c,v 1.22 2022/09/11 18:07:46 tb Exp $ */
1+
/* $OpenBSD: pkcs12.c,v 1.23 2022/09/14 16:31:36 tb Exp $ */
22
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
33
* project.
44
*/
@@ -892,7 +892,6 @@ dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, int passlen,
892892
const STACK_OF(X509_ATTRIBUTE) *attrs;
893893
X509 *x509;
894894

895-
896895
attrs = PKCS12_SAFEBAG_get0_attrs(bag);
897896

898897
switch (PKCS12_SAFEBAG_get_nid(bag)) {

0 commit comments

Comments
 (0)