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: nodejs#34926
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
  • Loading branch information
Trott committed Aug 28, 2020
1 parent 0848f56 commit f461a66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -61,8 +61,8 @@ separately after updating the openssl source as described above. The
current patch implementation can be found in the `deps/openssl/patches`
directory in the file `0001-deps-add-support-for-BoringSSL-QUIC-APIs.patch`.

```text
$ git am deps/openssl/patches 0001-deps-add-support-for-BoringSSL-QUIC-APIs.patch
```console
% git am deps/openssl/patches 0001-deps-add-support-for-BoringSSL-QUIC-APIs.patch
```

The patch file itself is generated by squashing commits from the
Expand All @@ -80,10 +80,10 @@ The patch is currently supported only for openssl-1.1.1e.
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 f461a66

Please sign in to comment.