Explorar o código

Fix compile issue, I think

rdb %!s(int64=16) %!d(string=hai) anos
pai
achega
06bafd70ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      panda/src/downloader/httpChannel.cxx

+ 1 - 1
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";
     }
   }