summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssl_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl_openssl.c b/ssl_openssl.c
index 093ccf3..7f579d2 100644
--- a/ssl_openssl.c
+++ b/ssl_openssl.c
@@ -1201,7 +1201,7 @@ key_state_read_plaintext (struct key_state_ssl *ks_ssl, struct buffer *buf,
void
print_details (struct key_state_ssl * ks_ssl, const char *prefix)
{
- SSL_CIPHER *ciph;
+ const SSL_CIPHER *ciph;
X509 *cert;
char s1[256];
char s2[256];