Commit f93f6a3b authored by Richard Levitte's avatar Richard Levitte
Browse files

openssl rehash: document -compat



Fixes #5902

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5937)

(cherry picked from commit adaf3cfa)
parent 9e8554fc
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -99,6 +99,12 @@ Note that current versions will not use the old style.
Do not remove existing links.
Do not remove existing links.
This is needed when keeping new and old-style links in the same directory.
This is needed when keeping new and old-style links in the same directory.


=item B<-compat>

Generate links for both old-style (MD5) and new-style (SHA1) hashing.
This allows releases before 1.0.0 to use these links along-side newer
releases.

=item B<-v>
=item B<-v>


Print messages about old links removed and new links created.
Print messages about old links removed and new links created.