Skip to content

Commit bb21bc3

Browse files
[3.10] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98008)
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>
1 parent bc03bf4 commit bb21bc3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Doc/using/unix.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@ Custom OpenSSL
158158
.. code-block:: shell-session
159159
160160
$ curl -O https://www.openssl.org/source/openssl-VERSION.tar.gz
161-
$ tar xzf openssl-VERSION
162-
$ pushd openssl-VERSION
163-
$ ./config \
164-
--prefix=/usr/local/custom-openssl \
165-
--libdir=lib \
166-
--openssldir=/etc/ssl
167-
$ make -j1 depend
168-
$ make -j8
169-
$ make install_sw
170-
$ popd
161+
$ tar xzf openssl-VERSION
162+
$ pushd openssl-VERSION
163+
$ ./config \
164+
--prefix=/usr/local/custom-openssl \
165+
--libdir=lib \
166+
--openssldir=/etc/ssl
167+
$ make -j1 depend
168+
$ make -j8
169+
$ make install_sw
170+
$ popd
171171
172172
3. Build Python with custom OpenSSL
173173
(see the configure `--with-openssl` and `--with-openssl-rpath` options)

0 commit comments

Comments
 (0)