Added preliminary Symbian support.
[silc.git] / lib / silcclient / client_keyagr.c
index 34a160b98f148e8b0706bd84c838c962d6062e91..a0c791d81cbe90fb316f904e8095e4941a095137 100644 (file)
@@ -416,7 +416,7 @@ void silc_client_send_key_agreement(SilcClient client,
       port = params->local_port;
       if (!port) {
        /* Get listener port */
-       int sock;
+       SilcSocket sock;
        silc_socket_stream_get_info(stream, &sock, NULL, NULL, NULL);
        port = silc_net_get_local_port(sock);
       }