s/gss_cred_id_t/edg_wll_GssCred/ to reflect the new glite_gss API
authorDaniel Kouřil <kouril@ics.muni.cz>
Mon, 6 Aug 2007 16:26:21 +0000 (16:26 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Mon, 6 Aug 2007 16:26:21 +0000 (16:26 +0000)
org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c

index be2c735..5e24b71 100644 (file)
@@ -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],'/');