summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1/t_crl.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-04-18 00:58:50 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-04-18 00:58:50 +0000
commit46e0c430ebc727cb807e12fde0c7e7f582b4c1f6 (patch)
treee338404e66119d83b34b09f27e29a357b90ecde6 /lib/libcrypto/asn1/t_crl.c
parent354af17288498026713696092004d5f870122d20 (diff)
lob a few more knf grenades in here to soften things up.
Diffstat (limited to 'lib/libcrypto/asn1/t_crl.c')
-rw-r--r--lib/libcrypto/asn1/t_crl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/asn1/t_crl.c b/lib/libcrypto/asn1/t_crl.c
index 1624cc5fcc0..c665a26bce4 100644
--- a/lib/libcrypto/asn1/t_crl.c
+++ b/lib/libcrypto/asn1/t_crl.c
@@ -70,8 +70,7 @@ int X509_CRL_print_fp(FILE *fp, X509_CRL *x)
BIO *b;
int ret;
- if ((b=BIO_new(BIO_s_file())) == NULL)
- {
+ if ((b=BIO_new(BIO_s_file())) == NULL) {
X509err(X509_F_X509_CRL_PRINT_FP,ERR_R_BUF_LIB);
return(0);
}