Skip to content

Commit

Permalink
doc: make minor fixes to maintaining-openssl.md
Browse files Browse the repository at this point in the history
PR-URL: #34926
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Evan Lucas <[email protected]>
  • Loading branch information
Trott authored and richardlau committed Sep 1, 2020
1 parent 3c32fe0 commit 0e09ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/guides/maintaining-openssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ them.
% mv openssl-1.1.0h openssl
% git add --all openssl
% git commit openssl
````
```

The commit message can be written as (with the openssl version set
to the relevant value):
Expand All @@ -58,10 +58,10 @@ This updates all sources in deps/openssl/openssl by:
Use `make` to regenerate all platform dependent files in
`deps/openssl/config/archs/`:
```console
# On non-linux machines
# On non-Linux machines
% make gen-openssl

# On Linux machine
# On Linux machines
% make -C deps/openssl/config
```

Expand Down

0 comments on commit 0e09ff8

Please sign in to comment.