diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 2016e91e0c..6d593d7ada 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -40,12 +40,12 @@ The library depends on libnettle and gmplib. * nettle: for cryptographic algorithms, http://www.lysator.liu.se/~nisse/nettle/ Optionally it may use the following libraries: -* libtasn1: For ASN.1 parsing (a copy is included, if not found), http://www.gnu.org/software/libtasn1/ +* libtasn1: For ASN.1 parsing (a copy is included, if not found), https://www.gnu.org/software/libtasn1/ * p11-kit: for smart card support, http://p11-glue.freedesktop.org/p11-kit.html * libtspi: for Trusted Platform Module (TPM) support, http://trousers.sourceforge.net/ * libunbound: For DNSSEC/DANE support, http://unbound.net/ * libz: For compression support, http://www.zlib.net/ -* libidn: For supporting internationalized DNS names (IDNA 2003), http://www.gnu.org/software/libidn/ +* libidn: For supporting internationalized DNS names (IDNA 2003), https://www.gnu.org/software/libidn/ * libidn2: For supporting internationalized DNS names (IDNA 2008), https://www.gnu.org/software/libidn/#libidn2 To configure libnettle for installation and use by GnuTLS, a typical |