cc: "ssl_sess.c", line 325: warning 562: Redeclaration of "remove_session_lock"
with a different storage class specifier: "remove_session_lock" will have \
internal linkage.
Index: ssl/ssl_sess.c
===================================================================
RCS file: /export/home/jcastle/source/CVS/openssl/ssl/ssl_sess.c,v
retrieving revision 1.12
diff -u -r1.12 ssl_sess.c
--- ssl_sess.c 1999/04/29 22:25:52 1.12
+++ ssl_sess.c 1999/04/30 19:00:38
@@ -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;
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]