From: Marcel Poul Date: Mon, 5 Sep 2011 09:58:59 +0000 (+0000) Subject: Duplicate lines removed X-Git-Tag: glite-lbjp-common_R_3_0_8_1~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=6389d4e63b585e038355abec6d7bfda68dbfb6db;p=jra1mw.git Duplicate lines removed --- diff --git a/org.glite.lbjp-common.gss/src/glite_gss.c b/org.glite.lbjp-common.gss/src/glite_gss.c index bff309f..e6b1369 100644 --- a/org.glite.lbjp-common.gss/src/glite_gss.c +++ b/org.glite.lbjp-common.gss/src/glite_gss.c @@ -657,18 +657,6 @@ end: return ret; } - -/* XXX XXX This is black magic. "Sometimes" server refuses the client with SSL - * * alert "certificate expired" even if it is not true. In this case the server - * * slave terminates (which helps, usually), and we can reconnect transparently. - * */ - -/* This string appears in the error message in this case */ -#define _EXPIRED_ALERT_MESSAGE "function SSL3_READ_BYTES: sslv3 alert certificate expired" -#define _EXPIRED_ALERT_RETRY_COUNT 10 /* default number of slaves, hope that not all - are in the bad state */ -#define _EXPIRED_ALERT_RETRY_DELAY 10 /* ms */ - /* XXX XXX This is black magic. "Sometimes" server refuses the client with SSL * * alert "certificate expired" even if it is not true. In this case the server * * slave terminates (which helps, usually), and we can reconnect transparently.