fix typo introduced in last sync
[claws.git] / src / common / ssl.c
index ebd397a3fd9c19a3959ed468e795b6aef7ba8a12..15ebf106488a0ece86201afab68e15b95172c436 100644 (file)
@@ -112,7 +112,7 @@ gboolean ssl_init_socket_with_method(SockInfo *sockinfo, SSLMethod method)
        /* Get the cipher */
 
        debug_print(_("SSL connection using %s\n"),
-                   SSL_get_cipher(sockinfo->ssl));
+                   SSL_get_cipher(ssl));
 
        /* Get server's certificate (note: beware of dynamic allocation) */
        if ((server_cert = SSL_get_peer_certificate(ssl)) == NULL) {