From ab563839bbe3ddf11336b51c80c7fb09adb04abb Mon Sep 17 00:00:00 2001 From: jsg <> Date: Tue, 15 Apr 2014 11:50:18 +0000 Subject: correct cases of code occuring directly after goto/break/return ok miod@ guenther@ --- src/lib/libcrypto/x509/x509_vfy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/libcrypto/x509/x509_vfy.c') diff --git a/src/lib/libcrypto/x509/x509_vfy.c b/src/lib/libcrypto/x509/x509_vfy.c index 920066aeba..a82c2872e0 100644 --- a/src/lib/libcrypto/x509/x509_vfy.c +++ b/src/lib/libcrypto/x509/x509_vfy.c @@ -424,7 +424,6 @@ static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer) ctx->current_cert = x; ctx->current_issuer = issuer; return ctx->verify_cb(0, ctx); - return 0; } /* Alternative lookup method: look from a STACK stored in other_ctx */ -- cgit v1.2.3-55-g6feb