Eliminate some more warnings

This commit is contained in:
Berke Viktor
2012-10-30 21:25:58 +01:00
parent 284dbfbe3d
commit cb0f6c8c91
11 changed files with 12 additions and 12 deletions

View File

@@ -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);