Merge branch 'ktdreyer/invmod-return' into develop
This commit is contained in:
commit
31d69926b1
@ -32,9 +32,9 @@ int mp_invmod (mp_int * a, mp_int * b, mp_int * c)
|
|||||||
|
|
||||||
#ifdef BN_MP_INVMOD_SLOW_C
|
#ifdef BN_MP_INVMOD_SLOW_C
|
||||||
return mp_invmod_slow(a, b, c);
|
return mp_invmod_slow(a, b, c);
|
||||||
#endif
|
#else
|
||||||
|
|
||||||
return MP_VAL;
|
return MP_VAL;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user