diff options
Diffstat (limited to 'src/common/ssl.c')
-rw-r--r-- | src/common/ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ssl.c b/src/common/ssl.c index 1ee42a08..830b3d83 100644 --- a/src/common/ssl.c +++ b/src/common/ssl.c @@ -206,7 +206,7 @@ _SSL_get_cert_info (struct cert_info *cert_info, SSL * ssl) struct chiper_info * _SSL_get_cipher_info (SSL * ssl) { - SSL_CIPHER *c; + const SSL_CIPHER *c; c = SSL_get_current_cipher (ssl); |