From: Alok Menghrajani Date: Tue, 11 Mar 2014 17:12:16 +0000 (-0700) Subject: Fix minor typo in options2configure.rst X-Git-Tag: krb5-1.13-alpha1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf701bafd05e2407cae265df75570c37bbdf7d46;p=thirdparty%2Fkrb5.git 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] --- 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