From d3bcbba45c4f161d88e30fd8b0434e8e24202681 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 2 Aug 2002 15:13:10 +0000 Subject: [PATCH] remove obsolete part of comment --- crypto/bn/bn_sqrt.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.34.1