From: Daniel KouĊ™il Date: Mon, 6 Aug 2007 16:26:21 +0000 (+0000) Subject: s/gss_cred_id_t/edg_wll_GssCred/ to reflect the new glite_gss API X-Git-Tag: glite-yaim-lb_R_4_0_0_2~16 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=13d44183662fc03aebb37eff11880de07ca1f8ee;p=jra1mw.git s/gss_cred_id_t/edg_wll_GssCred/ to reflect the new glite_gss API --- diff --git a/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c b/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c index be2c735..5e24b71 100644 --- a/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c +++ b/org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c @@ -31,7 +31,7 @@ main(int argc, char **argv) char *name; char *cert, *key; int opt; - gss_cred_id_t cred; + edg_wll_GssCred cred; cert = key = NULL; name = strrchr(argv[0],'/');