Browse Source

Fix compile issue, I think

rdb 16 years ago
parent
commit
06bafd70ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/downloader/httpChannel.cxx

+ 1 - 1
panda/src/downloader/httpChannel.cxx

@@ -1617,7 +1617,7 @@ run_ssl_handshake() {
   } else {
   } else {
     if (downloader_cat.is_debug()) {
     if (downloader_cat.is_debug()) {
       downloader_cat.debug()
       downloader_cat.debug()
-        << "Using cipher " << SSL_CIPHER_get_name(cipher) << "\n";
+        << "Using cipher " << SSL_CIPHER_get_name((SSL_SIPHER *) cipher) << "\n";
     }
     }
   }
   }