You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/guides/maintaining-openssl.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This document describes how to update `deps/openssl/`.
5
5
## Requirements
6
6
* Linux environment
7
7
*`perl` Only Perl version 5 is tested.
8
-
*`nasm` (http://www.nasm.us/) The version of 2.11 or higher is needed.
8
+
*`nasm` (<http://www.nasm.us/>) The version of 2.11 or higher is needed.
9
9
* GNU `as` in binutils. The version of 2.26 or higher is needed.
10
10
11
11
## 0. Check Requirements
@@ -27,7 +27,7 @@ NASM version 2.11.08
27
27
28
28
## 1. Obtain and extract new OpenSSL sources
29
29
30
-
Get a new source from https://www.openssl.org/source/ and extract
30
+
Get a new source from <https://www.openssl.org/source/> and extract
31
31
all files into `deps/openssl/openssl`. Then add all files and commit
0 commit comments