summaryrefslogtreecommitdiffabout
path: root/include/opkele/ax.h
authorMichael Krelin <hacker@klever.net>2009-12-22 21:40:18 (UTC)
committer Michael Krelin <hacker@klever.net>2009-12-22 21:40:18 (UTC)
commit282e937cefbca9ebb564e83e79f5e5b136ec960d (patch) (side-by-side diff)
tree31c2ae20899825157b90216f1e1c71ee1c7e1122 /include/opkele/ax.h
parent142ca30cad85769067419a9ed5b60501af67e17c (diff)
downloadlibopkele-282e937cefbca9ebb564e83e79f5e5b136ec960d.zip
libopkele-282e937cefbca9ebb564e83e79f5e5b136ec960d.tar.gz
libopkele-282e937cefbca9ebb564e83e79f5e5b136ec960d.tar.bz2
minor cleanup of ax/oauth code
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'include/opkele/ax.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/ax.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/opkele/ax.h b/include/opkele/ax.h
index 996d756..ba629c1 100644
--- a/include/opkele/ax.h
+++ b/include/opkele/ax.h
@@ -11,8 +11,8 @@
namespace opkele {
/**
- * OpenID simple registration extension implementation
- * http://openid.net/specs/openid-simple-registration-extension-1_0.html
+ * OpenID attribute exchange extension implementation
+ * http://openid.net/specs/openid-attribute-exchange-1_0.html
*/
class ax_t : public extension_t {
public:
@@ -80,5 +80,5 @@ namespace opkele {
};
}
-#endif /* __OPKELE_SREG_H */
+#endif /* __OPKELE_AX_H */