提交 0fda2e37 编写于 作者: B Bodo Möller

Add "static" to function definition

Submitted by: Anonymous
Reviewed by:
PR:

Submitted by:
Reviewed by:
PR:
上级 c9e4bc2f
......@@ -322,7 +322,7 @@ int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
return remove_session_lock(ctx, c, 1);
}
int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck)
static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck)
{
SSL_SESSION *r;
int ret=0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册