Skip to content

Commit 0ced11d

Browse files
avarttaylorr
authored andcommitted
INSTALL: remove discussion of SHA-1 backends
The claim that OpenSSL is the default SHA-1 backend hasn't been true since e6b07da (Makefile: make DC_SHA1 the default, 2017-03-17), but more importantly tweaking the SHA-1 backend isn't something that's common enough to warrant discussing in the INSTALL document, so let's remove this paragraph. This discussion was originally added in c538d2d (Add some installation notes in INSTALL, 2005-06-17) when tweaking the default backend was more common. The current wording was added in 5beb577 (INSTALL: Describe dependency knobs from Makefile, 2009-09-10). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Taylor Blau <[email protected]>
1 parent e47913e commit 0ced11d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

INSTALL

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ Issues of note:
133133
you are using libcurl older than 7.34.0. Otherwise you can use
134134
NO_OPENSSL without losing git-imap-send.
135135

136-
By default, git uses OpenSSL for SHA1 but it will use its own
137-
library (inspired by Mozilla's) with either NO_OPENSSL or
138-
BLK_SHA1.
139-
140136
- "libcurl" library is used for fetching and pushing
141137
repositories over http:// or https://, as well as by
142138
git-imap-send if the curl version is >= 7.34.0. If you do

0 commit comments

Comments
 (0)