Move CHANGES entry to 0.9.8l section
[openssl.git] / ssl / ssl_ciph.c
index 87c5f61670007305f8c7777068b9c6fb294e2056..bee3507ea18a904c8042017f4f2371080c77abcd 100644 (file)
@@ -1451,7 +1451,7 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method,
        return(cipherstack);
        }
 
-char *SSL_CIPHER_description(SSL_CIPHER *cipher, char *buf, int len)
+char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
        {
        int is_export,pkl,kl;
        const char *ver,*exp_str;