Skip to content

Commit

Permalink
[3.11] Remove extra spaces in custom openSSL documentation. (GH-93568) (
Browse files Browse the repository at this point in the history
#98007)

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

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

Co-authored-by: Xiao Chen <chenxiao_7@163.com>
  • Loading branch information
2 people authored and pablogsal committed Oct 22, 2022
1 parent 3652b26 commit 47e920d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Doc/using/unix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,16 @@ Custom OpenSSL
.. code-block:: shell-session
$ curl -O https://www.openssl.org/source/openssl-VERSION.tar.gz
$ tar xzf openssl-VERSION
$ pushd openssl-VERSION
$ ./config \
--prefix=/usr/local/custom-openssl \
--libdir=lib \
--openssldir=/etc/ssl
$ make -j1 depend
$ make -j8
$ make install_sw
$ popd
$ tar xzf openssl-VERSION
$ pushd openssl-VERSION
$ ./config \
--prefix=/usr/local/custom-openssl \
--libdir=lib \
--openssldir=/etc/ssl
$ make -j1 depend
$ make -j8
$ make install_sw
$ popd
3. Build Python with custom OpenSSL
(see the configure `--with-openssl` and `--with-openssl-rpath` options)
Expand Down

0 comments on commit 47e920d

Please sign in to comment.