X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_modfs.h;h=8233a801dff6aa3bcfeb598b1ed21b00b733593e;hp=dd0677ed63f414f18d098fd7201e38cfc6184def;hb=01e62900c7ed43bafe9f94c347576abf3889774b;hpb=d50f1bdfac5c985291e5075018373567b05e6edb diff --git a/crypto/bn/bn_modfs.h b/crypto/bn/bn_modfs.h index dd0677ed63..8233a801df 100644 --- a/crypto/bn/bn_modfs.h +++ b/crypto/bn/bn_modfs.h @@ -15,8 +15,6 @@ #include - -int BN_legendre(BIGNUM *a, BIGNUM *p, BN_CTX *ctx); int BN_mod_sqrt(BIGNUM *x, BIGNUM *a, BIGNUM *p, BN_CTX *ctx); #endif