Commit 5a168057 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

don't reset return value to 0

parent 480405e4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -294,7 +294,6 @@ static int check(X509_STORE *ctx, char *file,
    }
    X509_STORE_CTX_free(csc);

    ret = 0;
 end:
    if (i <= 0)
	ERR_print_errors(bio_err);