author | Petr Baudis <pasky@suse.cz> | |
Fri, 29 Jul 2005 15:50:51 +0000 (17:50 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 30 Jul 2005 00:21:52 +0000 (17:21 -0700) | ||
commit | dd53c7ab297cc491eb5164198e63d670c7b48530 | |
tree | ef6b9f5293b0b910cd59f916ffaa7021987771a9 | tree | snapshot |
parent | 28818ffada5c811b215b8fef7b61f8ae696abd17 | commit | diff |
[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>
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 | diff | blob | history | |
rev-list.c | diff | blob | history |