From 9eb97b30c89d578b6b161edfb31c5a451ae06472 Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Sun, 24 Jan 2010 16:15:49 +0000 Subject: [PATCH] Fix compiler warning --- src/ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index a4c860f..456fe82 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -264,7 +264,7 @@ void SSL_getdigest(char *s, int l) void SSL_init(void) { - SSL_METHOD *method; + const SSL_METHOD *method; SSL *ssl; int i, offset = 0; STACK_OF(SSL_CIPHER) *cipherlist = NULL, *cipherlist_new = NULL; -- 2.30.2