Skip to content

Commit 5b4c431

Browse files
danbevMylesBorins
authored andcommitted
deps: add example of comparing OpenSSL changes
When upgrading OpenSSL, Step 6 in upgrading guide explains the steps that need to be taken if asm files need updating. This might not always be the case and something that needs to be checked from release to release. This commit adds an example of using github to manually compare two tags to see if any changes were made to asm files. PR-URL: #13234 Backport-PR-URL: #13695 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 351be2d commit 5b4c431

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deps/openssl/doc/UPGRADING.md

+7
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@ and the other is the older one. sections 6.1 and 6.2 describe the two
280280
types of files. Section 6.3 explains the steps to update the files.
281281
In the case of upgrading 1.0.2f there were no changes to the asm files.
282282
283+
Files changed between two tags can be manually inspected using:
284+
```
285+
https://github.com/openssl/openssl/compare/OpenSSL_1_0_2e...OpenSSL_1_0_2f#files_bucket
286+
```
287+
If any source files in `asm` directory were changed then please follow the rest of the
288+
steps in this section otherwise these steps can be skipped.
289+
283290
### 6.1. asm files for the latest compiler
284291
This was made in `deps/openssl/asm/Makefile`
285292
- Updated asm files for each platforms which are required in

0 commit comments

Comments
 (0)