X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mon%2Fmonc.c;h=c16d328c7ffd6491b8da1612990df70b3e7bd2e9;hb=240db3f1e5143b5eae6d6d5b81bb83a128f8450c;hp=426b44726b8908a175e433654a3f69142fc85a42;hpb=3c5fb17459ff56d5e23cea059503f46a42150a1e;p=trust_router.git diff --git a/mon/monc.c b/mon/monc.c index 426b447..c16d328 100644 --- a/mon/monc.c +++ b/mon/monc.c @@ -65,7 +65,7 @@ void monc_free(MONC_INSTANCE *monc) int monc_open_connection(MONC_INSTANCE *monc, const char *server, - unsigned int port) + int port) { return tr_gssc_open_connection(monc->gssc, server, port); } @@ -98,13 +98,3 @@ cleanup: talloc_free(tmp_ctx); return resp; } - -DH *monc_get_dh(MONC_INSTANCE *inst) -{ - return tr_gssc_get_dh(inst->gssc); -} - -DH *monc_set_dh(MONC_INSTANCE *inst, DH *dh) -{ - return tr_gssc_set_dh(inst->gssc, dh); -}