From 6389d4e63b585e038355abec6d7bfda68dbfb6db Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Mon, 5 Sep 2011 09:58:59 +0000 Subject: [PATCH] Duplicate lines removed --- org.glite.lbjp-common.gss/src/glite_gss.c | 12 ------------ 1 file changed, 12 deletions(-) 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. -- 1.8.2.3