Add "static" to function definition

Submitted by: Anonymous
Reviewed by:
PR:

Submitted by:
Reviewed by:
PR:
diff --git a/ssl/ssl_sess.c b/ssl/ssl_sess.c
index a172107..099abb2 100644
--- a/ssl/ssl_sess.c
+++ b/ssl/ssl_sess.c
@@ -322,7 +322,7 @@
 	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;