From 8b26a12dbe124fea0169712974ac2d8468e92dd9 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 7 Feb 2018 05:47:55 +0000 Subject: Indent labels with a single space so that diff prototypes are more useful. --- src/usr.bin/openssl/certhash.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/usr.bin/openssl/certhash.c') diff --git a/src/usr.bin/openssl/certhash.c b/src/usr.bin/openssl/certhash.c index fdd719ea48..5838f0209b 100644 --- a/src/usr.bin/openssl/certhash.c +++ b/src/usr.bin/openssl/certhash.c @@ -285,11 +285,11 @@ hashinfo_from_linkname(const char *linkname, const char *target) goto done; -err: + err: hashinfo_free(hi); hi = NULL; -done: + done: free(l); return (hi); @@ -318,7 +318,7 @@ certhash_cert(BIO *bio, const char *filename) hi = hashinfo(filename, hash, fingerprint); -err: + err: X509_free(cert); return (hi); @@ -347,7 +347,7 @@ certhash_crl(BIO *bio, const char *filename) hi = hashinfo(filename, hash, fingerprint); -err: + err: X509_CRL_free(crl); return (hi); @@ -371,7 +371,7 @@ certhash_addlink(struct hashinfo **links, struct hashinfo *hi) return (0); -err: + err: hashinfo_free(link); return (-1); } @@ -545,7 +545,7 @@ certhash_file(struct dirent *dep, struct hashinfo **certs, ret = 0; -err: + err: BIO_free(bio); return (ret); @@ -622,10 +622,10 @@ certhash_directory(const char *path) goto done; -err: + err: ret = 1; -done: + done: hashinfo_chain_free(certs); hashinfo_chain_free(crls); hashinfo_chain_free(links); -- cgit v1.2.3-55-g6feb