From 06bafd70cebc3820fd79791424baf0a85fc8e2f2 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 27 Jan 2010 17:40:23 +0000 Subject: [PATCH] Fix compile issue, I think --- panda/src/downloader/httpChannel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/downloader/httpChannel.cxx b/panda/src/downloader/httpChannel.cxx index 2192373510..670faa2f89 100644 --- a/panda/src/downloader/httpChannel.cxx +++ b/panda/src/downloader/httpChannel.cxx @@ -1617,7 +1617,7 @@ run_ssl_handshake() { } else { if (downloader_cat.is_debug()) { downloader_cat.debug() - << "Using cipher " << SSL_CIPHER_get_name(cipher) << "\n"; + << "Using cipher " << SSL_CIPHER_get_name((SSL_SIPHER *) cipher) << "\n"; } }