From: Bernd Edlinger Date: Mon, 10 Jun 2019 08:24:35 +0000 (+0200) Subject: Fix a URL to the NMBRTHRY list archive X-Git-Tag: openssl-3.0.0-alpha1~1966 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fopenssl.git;a=commitdiff_plain;h=e98e586b31386af2b2212729da85561a207e7af3 Fix a URL to the NMBRTHRY list archive Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/9123) --- diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c index 7ed882873c..5981cd077a 100644 --- a/crypto/bn/bn_sqrt.c +++ b/crypto/bn/bn_sqrt.c @@ -125,7 +125,8 @@ BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) * = a. * * (This is due to A.O.L. Atkin, - * , + * Subject: Square Roots and Cognate Matters modulo p=8n+5. + * URL: https://listserv.nodak.edu/cgi-bin/wa.exe?A2=ind9211&L=NMBRTHRY&P=4026 * November 1992.) */