This commit was manufactured by cvs2svn to create branch
[oweals/openssl.git] / ssl / ssl_txt.c
index fd0c55c1270c23d7fe1384c7e8b906056ed1e954..8655a3133325fd0fdff95cbc981d6d2170dd02b6 100644 (file)
@@ -81,7 +81,7 @@ int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x)
 int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x)
        {
        unsigned int i;
-       const char *s;
+       char *s;
 
        if (x == NULL) goto err;
        if (BIO_puts(bp,"SSL-Session:\n") <= 0) goto err;