mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
[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:
parent
89e9474327
commit
c9d0a7a6bc
1 changed files with 10 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue