File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
% mv openssl-1.1.0h openssl
38
38
% git add --all openssl
39
39
% git commit openssl
40
- ````
40
+ ```
41
41
42
42
The commit message can be written as (with the openssl version set
43
43
to the relevant value):
@@ -61,8 +61,8 @@ separately after updating the openssl source as described above. The
61
61
current patch implementation can be found in the ` deps/openssl/patches `
62
62
directory in the file ` 0001-deps-add-support-for-BoringSSL-QUIC-APIs.patch ` .
63
63
64
- ``` text
65
- $ git am deps/openssl/patches 0001-deps-add-support-for-BoringSSL-QUIC-APIs.patch
64
+ ``` console
65
+ % git am deps/openssl/patches 0001-deps-add-support-for-BoringSSL-QUIC-APIs.patch
66
66
```
67
67
68
68
The patch file itself is generated by squashing commits from the
@@ -80,10 +80,10 @@ The patch is currently supported only for openssl-1.1.1e.
80
80
Use ` make ` to regenerate all platform dependent files in
81
81
` deps/openssl/config/archs/ ` :
82
82
``` console
83
- # On non-linux machines
83
+ # On non-Linux machines
84
84
% make gen-openssl
85
85
86
- # On Linux machine
86
+ # On Linux machines
87
87
% make -C deps/openssl/config
88
88
```
89
89
You can’t perform that action at this time.
0 commit comments