[PATCH] Support for NO_OPENSSL
commitdd53c7ab297cc491eb5164198e63d670c7b48530
authorPetr Baudis <pasky@suse.cz>
Fri, 29 Jul 2005 15:50:51 +0000 (29 17:50 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 30 Jul 2005 00:21:52 +0000 (29 17:21 -0700)
treeef6b9f5293b0b910cd59f916ffaa7021987771a9
parent28818ffada5c811b215b8fef7b61f8ae696abd17
[PATCH] Support for NO_OPENSSL

Support for completely OpenSSL-less builds. FSF considers distributing GPL
binaries with OpenSSL linked in as a legal problem so this is trouble
e.g. for Debian, or some people might not want to install OpenSSL
anyway. If you

make NO_OPENSSL=1

you get completely OpenSSL-less build, disabling --merge-order and using
Mozilla's SHA1 implementation.

Ported from Cogito.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
rev-list.c