Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287110
b: refs/heads/master
c: e87c5e3
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Kasatkin authored and James Morris committed Feb 1, 2012
1 parent d36ab02 commit 92e7edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3cccd1543ab623a5065335bf08350e06ffc788ab
refs/heads/master: e87c5e35a92e045de75fb6ae9846a38bdd0f92bd
2 changes: 1 addition & 1 deletion trunk/lib/mpi/mpi-pow.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int mpi_powm(MPI res, MPI base, MPI exp, MPI mod)
ep = exp->d;

if (!msize)
msize = 1 / msize; /* provoke a signal */
return -EINVAL;

if (!esize) {
/* Exponent is zero, result is 1 mod MOD, i.e., 1 or 0
Expand Down

0 comments on commit 92e7edd

Please sign in to comment.