diff options
author | tb <> | 2022-09-14 16:31:36 +0000 |
---|---|---|
committer | tb <> | 2022-09-14 16:31:36 +0000 |
commit | 1d6e66f8d2d6bdd1973ab33ca3f3b7f7d3a85498 (patch) | |
tree | cf68d8ae8f7cea4d605fe1a98b09f341543cc643 /src/usr.bin/openssl/pkcs12.c | |
parent | 7c6c33248e12d9092d3a4726461a20c4609d0db3 (diff) | |
download | openbsd-1d6e66f8d2d6bdd1973ab33ca3f3b7f7d3a85498.tar.gz openbsd-1d6e66f8d2d6bdd1973ab33ca3f3b7f7d3a85498.tar.bz2 openbsd-1d6e66f8d2d6bdd1973ab33ca3f3b7f7d3a85498.zip |
remove an extraneous empty line
Diffstat (limited to 'src/usr.bin/openssl/pkcs12.c')
-rw-r--r-- | src/usr.bin/openssl/pkcs12.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/pkcs12.c b/src/usr.bin/openssl/pkcs12.c index 4914eae4a7..fb8a1f0ea4 100644 --- a/src/usr.bin/openssl/pkcs12.c +++ b/src/usr.bin/openssl/pkcs12.c | |||
@@ -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 $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project. | 3 | * project. |
4 | */ | 4 | */ |
@@ -892,7 +892,6 @@ dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, int passlen, | |||
892 | const STACK_OF(X509_ATTRIBUTE) *attrs; | 892 | const STACK_OF(X509_ATTRIBUTE) *attrs; |
893 | X509 *x509; | 893 | X509 *x509; |
894 | 894 | ||
895 | |||
896 | attrs = PKCS12_SAFEBAG_get0_attrs(bag); | 895 | attrs = PKCS12_SAFEBAG_get0_attrs(bag); |
897 | 896 | ||
898 | switch (PKCS12_SAFEBAG_get_nid(bag)) { | 897 | switch (PKCS12_SAFEBAG_get_nid(bag)) { |