X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_mod.c;h=e0ed47816a7b117331ad8d5eb0494c59d72d043a;hp=ffbce890cf288b819622340fc363657b3b0a71cb;hb=b196e7d936fb377d9c5b305748ac25ff0e53ef6d;hpb=0f113f3ee4d629ef9a4a30911b22b224772085e5 diff --git a/crypto/bn/bn_mod.c b/crypto/bn/bn_mod.c index ffbce890cf..e0ed47816a 100644 --- a/crypto/bn/bn_mod.c +++ b/crypto/bn/bn_mod.c @@ -116,14 +116,6 @@ #include "cryptlib.h" #include "bn_lcl.h" -#if 0 /* now just a #define */ -int BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) -{ - return (BN_div(NULL, rem, m, d, ctx)); - /* note that rem->neg == m->neg (unless the remainder is zero) */ -} -#endif - int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) { /*