X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fprotocol.h;h=9d93709210bd550ea29801218564d2c1b3ec225e;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hp=c229ff01de542fc48855c1c5996f6cc591c5c73e;hpb=83c73dffa89141bc59e62436abb63b3d3efca6bb;p=silc.git diff --git a/lib/silcclient/protocol.h b/lib/silcclient/protocol.h index c229ff01..9d937092 100644 --- a/lib/silcclient/protocol.h +++ b/lib/silcclient/protocol.h @@ -68,7 +68,7 @@ typedef struct { starting the protocol if we know the authentication data. Otherwise these are and remain NULL. */ unsigned char *auth_data; - uint32 auth_data_len; + SilcUInt32 auth_data_len; SilcTask timeout_task; } SilcClientConnAuthInternalContext; @@ -93,7 +93,7 @@ void silc_client_protocol_ke_send_packet(SilcSKE ske, void *context); void silc_client_protocol_ke_verify_key(SilcSKE ske, unsigned char *pk_data, - uint32 pk_len, + SilcUInt32 pk_len, SilcSKEPKType pk_type, void *context, SilcSKEVerifyCbCompletion completion,