Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4875433

Browse files
authored
Remove extra spaces in custom openSSL documentation. (python#93568)
1 parent09de8d7 commit4875433

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎Doc/using/unix.rst‎

Lines changed: 10 additions & 10 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp