Skip to content

Commit 47e920d

Browse files
miss-islingtonxiaochen7
authored andcommitted
[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 4875433) Co-authored-by: Xiao Chen <[email protected]> Co-authored-by: Xiao Chen <[email protected]>
1 parent 3652b26 commit 47e920d

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)