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 <[email protected]>

Co-authored-by: Xiao Chen <[email protected]>
  • Loading branch information
miss-islington and xiaochen7 authored Oct 7, 2022
1 parent 89e9474 commit c9d0a7a
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 c9d0a7a

Please sign in to comment.