summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-01-29 01:54:09 +0100
committerRichard Levitte <levitte@openssl.org>2015-01-29 01:54:09 +0100
commitc6ef15c494e49ecc505156c8063474b20e29ef6a (patch)
treeaccf01dca71f3c74a0c60aa879645cae8d99c2e4 /apps
parent7317192c645f24dfdb0c8340b871bc045454f8f4 (diff)
clang on Linux x86_64 complains about unreachable code.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/pkcs12.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/pkcs12.c b/apps/pkcs12.c
index 0de46f008d..3c06930ce6 100644
--- a/apps/pkcs12.c
+++ b/apps/pkcs12.c
@@ -892,7 +892,6 @@ int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass,
i2a_ASN1_OBJECT(bio_err, bag->type);
BIO_printf(bio_err, "\n");
return 1;
- break;
}
return 1;
}