[3.11] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98007)

Remove extra spaces in custom openSSL documentation. (GH-93568)
(cherry picked from commit 4875433682)

Co-authored-by: Xiao Chen <chenxiao_7@163.com>

Co-authored-by: Xiao Chen <chenxiao_7@163.com>
This commit is contained in:
Miss Islington (bot) 2022-10-06 17:56:24 -07:00 committed by Pablo Galindo
parent 3652b26ba1
commit 47e920d9c0
No known key found for this signature in database
GPG key ID: FFE87404168BD847

View file

@ -158,16 +158,16 @@ Custom OpenSSL
.. code-block:: shell-session .. code-block:: shell-session
$ curl -O https://www.openssl.org/source/openssl-VERSION.tar.gz $ curl -O https://www.openssl.org/source/openssl-VERSION.tar.gz
$ tar xzf openssl-VERSION $ tar xzf openssl-VERSION
$ pushd openssl-VERSION $ pushd openssl-VERSION
$ ./config \ $ ./config \
--prefix=/usr/local/custom-openssl \ --prefix=/usr/local/custom-openssl \
--libdir=lib \ --libdir=lib \
--openssldir=/etc/ssl --openssldir=/etc/ssl
$ make -j1 depend $ make -j1 depend
$ make -j8 $ make -j8
$ make install_sw $ make install_sw
$ popd $ popd
3. Build Python with custom OpenSSL 3. Build Python with custom OpenSSL
(see the configure `--with-openssl` and `--with-openssl-rpath` options) (see the configure `--with-openssl` and `--with-openssl-rpath` options)