diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-14 16:31:37 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-09-14 16:31:37 +0000 |
commit | 48d95209034bb4246051ec63985a1e71af50dcbd (patch) | |
tree | 50618fde6399e1102923078caffe1956a42412a0 /usr.bin | |
parent | 45077b5f98604cad356f79cd5e24f716689591f6 (diff) |
remove an extraneous empty line
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/openssl/pkcs12.c | 3 |
1 files changed, 1 insertions, 2 deletions
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)) { |