From 13d44183662fc03aebb37eff11880de07ca1f8ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Mon, 6 Aug 2007 16:26:21 +0000 Subject: [PATCH] s/gss_cred_id_t/edg_wll_GssCred/ to reflect the new glite_gss API --- org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],'/'); -- 1.8.2.3