aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-08-02 15:13:10 +0000
committerBodo Möller <bodo@openssl.org>2002-08-02 15:13:10 +0000
commitd3bcbba45c4f161d88e30fd8b0434e8e24202681 (patch)
tree1554f194e2f8409f59db6faf32351d17c0e0e8b5 /crypto
parent0903e56196a1a265dd9397e1e09a22aa4766914e (diff)
downloadopenssl-d3bcbba45c4f161d88e30fd8b0434e8e24202681.zip
openssl-d3bcbba45c4f161d88e30fd8b0434e8e24202681.tar.gz
openssl-d3bcbba45c4f161d88e30fd8b0434e8e24202681.tar.bz2
remove obsolete part of comment
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/bn_sqrt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c
index 322dd10..463d4a8 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;