From 56989dcd0e208dcad204e85367a20fab2a45e2f8 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 7 Jun 2016 10:54:42 -0400 Subject: Fix some GitHub issues. GH1180: Local variable sometimes unused GH1181: Missing close paren. Thanks to for reporting these. Reviewed-by: Richard Levitte --- engines/e_chil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/e_chil.c b/engines/e_chil.c index c660aa97b7..8d81b46fec 100644 --- a/engines/e_chil.c +++ b/engines/e_chil.c @@ -641,7 +641,7 @@ static int hwcrhk_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) CRYPTO_THREAD_write_lock(chil_lock); BIO_free(logstream); logstream = NULL; - if (BIO_up_ref(bio) + if (BIO_up_ref(bio)) logstream = bio; else HWCRHKerr(HWCRHK_F_HWCRHK_CTRL, HWCRHK_R_BIO_WAS_FREED); -- cgit v1.2.3