From bf701bafd05e2407cae265df75570c37bbdf7d46 Mon Sep 17 00:00:00 2001 From: Alok Menghrajani Date: Tue, 11 Mar 2014 10:12:16 -0700 Subject: [PATCH] Fix minor typo in options2configure.rst --with-crypto=openssl is incorrect; it's --with-crypto-impl=openssl. [ghudson@mit.edu: wrap source line at 70 columns; improve grammar of the next sentence] --- doc/build/options2configure.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/build/options2configure.rst b/doc/build/options2configure.rst index 04c1808680..799480b290 100644 --- a/doc/build/options2configure.rst +++ b/doc/build/options2configure.rst @@ -334,10 +334,11 @@ Optional packages should return only vague error codes to clients. **-**\ **-with-crypto-impl=**\ *IMPL* - Use specified crypto implementation (e.g., **-**\ **-with-crypto=**\ - *openssl*). Default is a native MIT Kerberos implementation - ``builtin``. The other currently implemented crypto backends are - ``openssl`` and ``nss``. (See :ref:`mitK5features`) + Use specified crypto implementation (e.g., **-**\ + **-with-crypto-impl=**\ *openssl*). The default is the native MIT + Kerberos implementation ``builtin``. The other currently + implemented crypto backends are ``openssl`` and ``nss``. (See + :ref:`mitK5features`) **-**\ **-with-prng-alg=**\ *ALG* Use specified PRNG algorithm. For example, to use the OS native -- 2.47.3