diff options
author | Josh Hoyt <josh@janrain.com> | 2006-02-09 22:14:19 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-02-09 22:14:19 +0000 |
commit | 34f1bb1a4b644ec192813d66858211466990268f (patch) | |
tree | 7432a8ce8e1fee53e6cec09c55e1fdd70d54ab80 | |
parent | 93db1a65bf5890f2070ef413c189df02641b2396 (diff) | |
download | php-openid-34f1bb1a4b644ec192813d66858211466990268f.zip php-openid-34f1bb1a4b644ec192813d66858211466990268f.tar.gz php-openid-34f1bb1a4b644ec192813d66858211466990268f.tar.bz2 |
[project @ Whitespace cleanup]
-rw-r--r-- | Auth/OpenID/Consumer/Consumer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/Consumer/Consumer.php b/Auth/OpenID/Consumer/Consumer.php index 672d588..9fa428f 100644 --- a/Auth/OpenID/Consumer/Consumer.php +++ b/Auth/OpenID/Consumer/Consumer.php @@ -689,7 +689,7 @@ class Auth_OpenID_Consumer { 'openid.mode' => 'associate', 'openid.assoc_type' => 'HMAC-SHA1', ); - + $dh = $this->_createDiffieHellman(); $args = array_merge($args, $dh->getAssocArgs()); $body = Auth_OpenID_http_build_query($args); |