From: Daniel KouĊ™il Date: Tue, 7 Aug 2007 09:43:49 +0000 (+0000) Subject: Removed direct gssapi dependency X-Git-Tag: glite-yaim-lb_R_4_0_0_2~10 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=43e58bedb860854c8e2e5f53c526a016428f71b2;p=jra1mw.git Removed direct gssapi dependency - s/gss_cred_id_t/edg_wll_GssCred - removed unused gssapi library from Makefile --- diff --git a/org.glite.jp.client/Makefile b/org.glite.jp.client/Makefile index dfec596..bb3e673 100644 --- a/org.glite.jp.client/Makefile +++ b/org.glite.jp.client/Makefile @@ -26,8 +26,6 @@ STAGETO=include/${globalprefix}/${jpprefix} VPATH=${top_srcdir}/src:${top_srcdir}/examples:${top_srcdir}/project$:${top_srcdir}/interface:${stagedir}/interface:${top_srcdir}/build GLOBUS_LIBS:=-L${globus_prefix}/lib \ - -lglobus_common_${nothrflavour} \ - -lglobus_gssapi_gsi_${nothrflavour} \ -lglobus_ftp_client_${nothrflavour} \ -lglobus_ftp_control_${nothrflavour} diff --git a/org.glite.jp.client/src/jpimporter.c b/org.glite.jp.client/src/jpimporter.c index 453f2b5..bc27574 100644 --- a/org.glite.jp.client/src/jpimporter.c +++ b/org.glite.jp.client/src/jpimporter.c @@ -83,7 +83,7 @@ static time_t cert_mtime; static char *server_cert = NULL, *server_key = NULL, *cadir = NULL; -static gss_cred_id_t mycred = GSS_C_NO_CREDENTIAL; +static edg_wll_GssCred mycred = NULL; static char *mysubj; struct timeval to = {JPPS_NO_RESPONSE_TIMEOUT, 0}; @@ -157,7 +157,7 @@ int main(int argc, char *argv[]) char *name, pidfile[PATH_MAX] = GLITE_JPIMPORTER_PIDFILE; glite_gsplugin_Context plugin_ctx; - gss_cred_id_t cred; + edg_wll_GssCred cred; name = strrchr(argv[0],'/'); if (name) name++; else name = argv[0];