From: Art Cancro Date: Wed, 30 Nov 2011 18:02:21 +0000 (-0500) Subject: Ripped out the OpenID 1.1 signature validation code. OpenID 2.0 does this differently. X-Git-Tag: v8.03~14^2~4 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=6bd5ddf20776245aa1a1cb9832d7ad82d0b0fe65 Ripped out the OpenID 1.1 signature validation code. OpenID 2.0 does this differently. --- diff --git a/citadel/modules/openid/serv_openid_rp.c b/citadel/modules/openid/serv_openid_rp.c index d51d9c0c7..1d80c5dcc 100644 --- a/citadel/modules/openid/serv_openid_rp.c +++ b/citadel/modules/openid/serv_openid_rp.c @@ -1062,7 +1062,7 @@ FIXME put the rest of this crap in here } FreeStrBuf(&ReplyBuf); - syslog(LOG_DEBUG, "Authentication %s.", (oiddata->verified ? "succeeded" : "failed") ); + syslog(LOG_DEBUG, "OpenID authentication %s", (oiddata->verified ? "succeeded" : "failed") ); /* Respond to the client */