summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl.c b/ssl.c
index da6f7d7..ed10714 100644
--- a/ssl.c
+++ b/ssl.c
@@ -1909,7 +1909,7 @@ init_ssl (const struct options *options)
static void
print_details (SSL * c_ssl, const char *prefix)
{
- SSL_CIPHER *ciph;
+ const SSL_CIPHER *ciph;
X509 *cert;
char s1[256];
char s2[256];