diff options
-rw-r--r-- | Auth/OpenID/DiffieHellman.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID/DiffieHellman.php b/Auth/OpenID/DiffieHellman.php index a88489d..d7b8947 100644 --- a/Auth/OpenID/DiffieHellman.php +++ b/Auth/OpenID/DiffieHellman.php @@ -27,7 +27,7 @@ $_Auth_OpenID_DEFAULT_GEN = '2'; /** * The Diffie-Hellman key exchange class. This class relies on - * Auth_OpenID_MathLibrary to perform large number operations. + * {@link Auth_OpenID_MathLibrary} to perform large number operations. * * @access private * @package OpenID |