summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Net/OpenID/CryptUtil.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/OpenID/CryptUtil.php b/Net/OpenID/CryptUtil.php
index 4fe9b46..d54de10 100644
--- a/Net/OpenID/CryptUtil.php
+++ b/Net/OpenID/CryptUtil.php
@@ -615,7 +615,7 @@ class Net_OpenID_GmpMathWrapper extends Net_OpenID_MathWrapper {
function div($x, $y)
{
- return gmp_div($x, $y);
+ return gmp_div_q($x, $y);
}
function powmod($base, $exponent, $modulus)