X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcprotocol.h;fp=lib%2Fsilccore%2Fsilcprotocol.h;h=8336745d6ba98e8975c52e121bb81c80546bdcb1;hb=3adc9df4c346c5d1cb3cc500f2be8293edff8bec;hp=6d5ef0b529d89455536b9fea1c5bf02ab06feb4c;hpb=e13c54b2d70bf09f6fd240d97ab73e90d4da74e1;p=silc.git diff --git a/lib/silccore/silcprotocol.h b/lib/silccore/silcprotocol.h index 6d5ef0b5..8336745d 100644 --- a/lib/silccore/silcprotocol.h +++ b/lib/silccore/silcprotocol.h @@ -35,16 +35,6 @@ typedef unsigned char SilcProtocolState; #define SILC_PROTOCOL_STATE_FAILURE 253 /* Received failure from remote */ #define SILC_PROTOCOL_STATE_ERROR 254 /* Local error at our end */ -/* Connection Authentication protocols' authentication methods */ -#define SILC_PROTOCOL_CONN_AUTH_NONE 0 -#define SILC_PROTOCOL_CONN_AUTH_PASSWORD 1 -#define SILC_PROTOCOL_CONN_AUTH_PUBLIC_KEY 2 - -/* XXX These don't belong here really! */ -/* Connection authentication protocol status message */ -#define SILC_CONN_AUTH_OK 0 -#define SILC_CONN_AUTH_FAILED 1 - /* Type definition for above auth methods */ typedef unsigned char SilcProtocolAuthMeth;