Add "static" to function definition
Submitted by: Anonymous Reviewed by: PR: Submitted by: Reviewed by: PR:
This commit is contained in:
parent
c9e4bc2f07
commit
0fda2e3788
@ -322,7 +322,7 @@ int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
|
|||||||
return remove_session_lock(ctx, c, 1);
|
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;
|
SSL_SESSION *r;
|
||||||
int ret=0;
|
int ret=0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user