Skip to content

Remove extra spaces in custom openSSL documentation.#93568

Merged
nanjekyejoannah merged 1 commit intopython:mainfrom
xiaochen7:extra-spaces
Oct 7, 2022
Merged

Remove extra spaces in custom openSSL documentation.#93568
nanjekyejoannah merged 1 commit intopython:mainfrom
xiaochen7:extra-spaces

Conversation

@xiaochen7
Copy link
Contributor

Format the custom openSSL documentation, removing extra spaces in the following code block

$ 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

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants