From: fatbob313 Date: Sun, 24 Jan 2010 16:15:49 +0000 (+0000) Subject: Fix compiler warning X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=9eb97b30c89d578b6b161edfb31c5a451ae06472;p=umurmur.git Fix compiler warning --- 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;