diff options
Diffstat (limited to '')
-rw-r--r-- | ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |