Fix compiler warning
authorfatbob313 <martin@fatbob.nu>
Sun, 24 Jan 2010 16:15:49 +0000 (16:15 +0000)
committerfatbob313 <martin@fatbob.nu>
Sun, 24 Jan 2010 16:15:49 +0000 (16:15 +0000)
src/ssl.c

index a4c860f7b0e5e0b0b2f6f04599acb0cb2104ff12..456fe828f805f7f0853f12fd82e21d83da8bd216 100644 (file)
--- 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;