aboutsummaryrefslogtreecommitdiffstats
path: root/src/factor.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-19 01:13:23 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-19 01:22:54 -0700
commitbe87d61299f52e366bcb65fd176ccf325b0f77e0 (patch)
treec5e289ea68824ba407d5928e0e6e65d8bab51430 /src/factor.c
parentcopy: check for vulnerable target dirs (diff)
downloadcoreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.tar.gz
coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.zip
all: prefer HTTPS in URLs
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/factor.c b/src/factor.c
index 806cd2be8..97af6caae 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* Originally written by Paul Rubin <phr@ocf.berkeley.edu>.
Adapted for GNU, fixed to factor UINT_MAX by Jim Meyering.
@@ -1972,7 +1972,7 @@ factor_using_squfof (uintmax_t n1, uintmax_t n0, struct factors *factors)
SQUARE FORM FACTORIZATION
JASON E. GOWER AND SAMUEL S. WAGSTAFF, JR.
- http://homes.cerias.purdue.edu/~ssw/squfof.pdf
+ https://homes.cerias.purdue.edu/~ssw/squfof.pdf
*/
static const unsigned int multipliers_1[] =