提交 92b1b9a8 编写于 作者: P Pauli

A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4816)
上级 3f6a8312
......@@ -82,7 +82,7 @@ int engine_free_util(ENGINE *e, int not_locked)
else
i = --e->struct_ref;
#endif
engine_ref_debug(e, 0, -1)
engine_ref_debug(e, 0, -1);
if (i > 0)
return 1;
REF_ASSERT_ISNT(i < 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册