Fix a URL to the NMBRTHRY list archive
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 10 Jun 2019 08:24:35 +0000 (10:24 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Tue, 11 Jun 2019 11:51:48 +0000 (13:51 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9123)

(cherry picked from commit e98e586b31386af2b2212729da85561a207e7af3)

crypto/bn/bn_sqrt.c

index b97d8ca43ba2c8f99f58a1f856f63f775926cb24..ac8c4b979f73cc0ee1ea7e77604e52ebd5b81f21 100644 (file)
@@ -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,
-         * <URL: http://listserv.nodak.edu/scripts/wa.exe?A2=ind9211&L=nmbrthry&O=T&P=562>,
+         * 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.)
          */