-rw-r--r-- | include/opkele/uris.h | 1 | ||||
-rw-r--r-- | lib/sreg.cc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/opkele/uris.h b/include/opkele/uris.h index 3243831..56c2d6d 100644 --- a/include/opkele/uris.h +++ b/include/opkele/uris.h | |||
@@ -8,2 +8,3 @@ | |||
8 | #define OIURI_OPENID20 "http://specs.openid.net/auth/2.0" | 8 | #define OIURI_OPENID20 "http://specs.openid.net/auth/2.0" |
9 | #define OIURI_SREG11 "http://openid.net/extensions/sreg/1.1" | ||
9 | 10 | ||
diff --git a/lib/sreg.cc b/lib/sreg.cc index 60dc691..dd7ed12 100644 --- a/lib/sreg.cc +++ b/lib/sreg.cc | |||
@@ -2,2 +2,3 @@ | |||
2 | #include <opkele/sreg.h> | 2 | #include <opkele/sreg.h> |
3 | #include <opkele/uris.h> | ||
3 | #include <algorithm> | 4 | #include <algorithm> |
@@ -41,2 +42,3 @@ namespace opkele { | |||
41 | } | 42 | } |
43 | p["sreg.ns"] = OIURI_SREG11; | ||
42 | if(!fr.empty()) p["sreg.required"]=fr; | 44 | if(!fr.empty()) p["sreg.required"]=fr; |