X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftid_internal.h;h=658b2e4ebca3df04ad25e9c7c8715559be24b0dc;hp=c5ecdc86f2c2abfddbb69c0893a16b27902fc5d9;hb=6491f2a660c3183b210b968a939eaa18f1b44a09;hpb=d48e5dd128c51da41ccdf71a14ce7f8f083e1fdb diff --git a/include/tid_internal.h b/include/tid_internal.h index c5ecdc8..658b2e4 100644 --- a/include/tid_internal.h +++ b/include/tid_internal.h @@ -39,6 +39,7 @@ #include #include #include +#include "tr_gss_client.h" struct tid_srvr_blk { TID_SRVR_BLK *next; @@ -82,11 +83,7 @@ struct tid_req { }; struct tidc_instance { - // TID_REQ *req_list; - // TBD -- Do we still need a separate private key */ - // char *priv_key; - // int priv_len; - DH *client_dh; /* Client's DH struct with priv and pub keys */ + TR_GSSC_INSTANCE *gssc; }; struct tids_instance {