diff options
author | tailor <cygnus@janrain.com> | 2006-01-13 23:43:07 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-13 23:43:07 +0000 |
commit | 81338935caac8ad1c4f6570081d3a0f88407d5c5 (patch) | |
tree | b0a53efed6fca50bc7eea4c5fa10b630026b4f5a /Net/OpenID | |
parent | 0f73ecff5a7d448decbd9f18068d5a4e2bea4eeb (diff) | |
download | php-openid-81338935caac8ad1c4f6570081d3a0f88407d5c5.zip php-openid-81338935caac8ad1c4f6570081d3a0f88407d5c5.tar.gz php-openid-81338935caac8ad1c4f6570081d3a0f88407d5c5.tar.bz2 |
[project @ Updated CryptUtil docs]
Diffstat (limited to 'Net/OpenID')
-rw-r--r-- | Net/OpenID/CryptUtil.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Net/OpenID/CryptUtil.php b/Net/OpenID/CryptUtil.php index a8a90f2..37073af 100644 --- a/Net/OpenID/CryptUtil.php +++ b/Net/OpenID/CryptUtil.php @@ -501,8 +501,6 @@ class Net_OpenID_MathWrapper { * describes the library or module being wrapped. Users of * Net_OpenID_MathWrapper instances should check this value if * they care about the type of math functionality being exposed. - * - * @type string */ var $type = 'dumb'; |