From 334a87be0bcf8319cb6dec883b8c128acc7d5ec4 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Wed, 14 Oct 2015 22:56:44 +0100 Subject: [PATCH] Corrected URL/reference to MPI library --- library/bignum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/bignum.c b/library/bignum.c index 628a6eedd..58a4cd2de 100644 --- a/library/bignum.c +++ b/library/bignum.c @@ -22,7 +22,7 @@ * This MPI implementation is based on: * * http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf - * http://www.stillhq.com/extracted/gnupg-api/mbedtls_mpi/ + * http://www.stillhq.com/extracted/gnupg-api/mpi/ * http://math.libtomcrypt.com/files/tommath.pdf */