From: Bodo Möller Date: Fri, 2 Aug 2002 15:13:10 +0000 (+0000) Subject: remove obsolete part of comment X-Git-Tag: OpenSSL_0_9_7-beta4~218^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d3bcbba45c4f161d88e30fd8b0434e8e24202681;p=oweals%2Fopenssl.git remove obsolete part of comment --- diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c index 322dd10511..463d4a8139 100644 --- a/crypto/bn/bn_sqrt.c +++ b/crypto/bn/bn_sqrt.c @@ -65,8 +65,6 @@ BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) * using the Tonelli/Shanks algorithm (cf. Henri Cohen, "A Course * in Algebraic Computational Number Theory", algorithm 1.5.1). * 'p' must be prime! - * If 'a' is not a square, this is not necessarily detected by - * the algorithms; a bogus result must be expected in this case. */ { BIGNUM *ret = in;