From 8f142c564d374c0e19a70e1093397717e7b72339 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 10 Aug 2012 13:23:02 +0000 Subject: [PATCH] Stub funvtion for backward compatibility. --- org.glite.lbjp-common.gss/src/glite_gss.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/org.glite.lbjp-common.gss/src/glite_gss.c b/org.glite.lbjp-common.gss/src/glite_gss.c index cdfd426..57792a6 100644 --- a/org.glite.lbjp-common.gss/src/glite_gss.c +++ b/org.glite.lbjp-common.gss/src/glite_gss.c @@ -687,6 +687,15 @@ destroy_proxy(char *proxy_file) return 0; } +/* XXX for backward compatibility, remove this on next major version bump */ +#undef edg_wll_gss_acquire_cred_gsi +int +edg_wll_gss_acquire_cred_gsi(const char *cert_file, const char *key_file, edg_wll_GssCred *cred, + edg_wll_GssStatus* gss_code) +{ + return edg_wll_gss_acquire_cred(cert_file, key_file, cred, gss_code); +} + /** Load or reload credentials. It should be called regularly (credential files can be changed). @see edg_wll_gss_watch_creds */ -- 1.8.2.3