Ripped out the OpenID 1.1 signature validation code. OpenID 2.0 does this differently.
[citadel.git] / citadel / modules / openid / serv_openid_rp.c
index d51d9c0c77de410d2634232db44eafd77554a30e..1d80c5dcccbaf18bd41e3e1659c7abd0de39b915 100644 (file)
@@ -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 */