/*
* $Id$
* $Log$
+ * Revision 1.3 2000/07/06 07:14:16 priikone
+ * Deprecated old `channel_auth' protocol.
+ *
* Revision 1.2 2000/07/05 06:12:05 priikone
* Global cosmetic changes.
*
#include "clientincludes.h"
SILC_TASK_CALLBACK(silc_client_protocol_connection_auth);
-SILC_TASK_CALLBACK(silc_client_protocol_channel_auth);
SILC_TASK_CALLBACK(silc_client_protocol_key_exchange);
/* SILC client protocol list */
{
{ SILC_PROTOCOL_CLIENT_CONNECTION_AUTH,
silc_client_protocol_connection_auth },
- { SILC_PROTOCOL_CLIENT_CHANNEL_AUTH,
- silc_client_protocol_channel_auth },
{ SILC_PROTOCOL_CLIENT_KEY_EXCHANGE,
silc_client_protocol_key_exchange },
break;
case SILC_PROTOCOL_CONN_AUTH_PUBLIC_KEY:
-#if 0
-
-#endif
+ /* XXX */
break;
}
}
}
-SILC_TASK_CALLBACK(silc_client_protocol_channel_auth)
-{
-}
/* SILC client protocol types */
#define SILC_PROTOCOL_CLIENT_NONE 0
#define SILC_PROTOCOL_CLIENT_CONNECTION_AUTH 1
-#define SILC_PROTOCOL_CLIENT_CHANNEL_AUTH 2
-#define SILC_PROTOCOL_CLIENT_KEY_EXCHANGE 3
+#define SILC_PROTOCOL_CLIENT_KEY_EXCHANGE 2
/* #define SILC_PROTOCOL_CLIENT_MAX 255 */
/* Internal context for key exchange protocol */