From 450677f2bbf1bd6ce2672930143d013b8c32e2cb Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Wed, 25 Sep 2013 04:10:19 +0200 Subject: [PATCH] Mention --without-appletls for checksumming --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 386ee023d..c65ea087e 100644 --- a/README.rst +++ b/README.rst @@ -121,7 +121,7 @@ JSON-RPC over WebSocket libnettle or libgcrypt or OpenSSL On Apple OSX the OS-level SSL/TLS support will be preferred. Hence neither GnuTLS nor OpenSSL are required on that platform. If you'd like - to disable this behavior, run configure with `--without-appletls`. + to disable this behavior, run configure with ``--without-appletls``. GnuTLS has precedence over OpenSSL if both libraries are installed. If you prefer OpenSSL, run configure with ``--without-gnutls`` @@ -129,7 +129,8 @@ JSON-RPC over WebSocket libnettle or libgcrypt or OpenSSL .. note:: - On Apple OSX the OS-level checksumming support will be preferred. + On Apple OSX the OS-level checksumming support will be preferred, + unless aria2 is configured with ``--without-appletls``. libnettle has precedence over libgcrypt if both libraries are installed. If you prefer libgcrypt, run configure with