artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4aca7f
)
remove an extraneous empty line
author
tb
<tb@openbsd.org>
Wed, 14 Sep 2022 16:31:36 +0000
(16:31 +0000)
committer
tb
<tb@openbsd.org>
Wed, 14 Sep 2022 16:31:36 +0000
(16:31 +0000)
usr.bin/openssl/pkcs12.c
patch
|
blob
|
history
diff --git
a/usr.bin/openssl/pkcs12.c
b/usr.bin/openssl/pkcs12.c
index
4914eae
..
fb8a1f0
100644
(file)
--- a/
usr.bin/openssl/pkcs12.c
+++ b/
usr.bin/openssl/pkcs12.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pkcs12.c,v 1.2
2 2022/09/11 18:07:4
6 tb Exp $ */
+/* $OpenBSD: pkcs12.c,v 1.2
3 2022/09/14 16:31:3
6 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)) {