From 5436b758b7e278e4b657a9dd6cfc12656ce9f085 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Tue, 27 Sep 2022 15:23:46 -0500 Subject: [PATCH] Re-word warning about undefined behavior --- doc/manual-src/en/aria2c.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual-src/en/aria2c.rst b/doc/manual-src/en/aria2c.rst index 36a36551..42b672f3 100644 --- a/doc/manual-src/en/aria2c.rst +++ b/doc/manual-src/en/aria2c.rst @@ -500,7 +500,7 @@ HTTP Specific Options Use the private key in FILE. The private key must be decrypted and in PEM format. - The behavior when encrypted one is given is undefined. + An encrypted key may cause undefined behavior. See also :option:`--certificate` option. .. option:: --referer= @@ -4287,8 +4287,8 @@ Alternatively, if PEM files are supported, use a command like the following: .. note:: - The file specified in :option:`--private-key` must be decrypted. The behavior when - encrypted one is given is undefined. + The file specified in :option:`--private-key` must be decrypted; an encrypted + key may cause undefined behavior. Verify SSL/TLS servers using given CA certificates ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^