1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/ctorrent/files/patch-configure
Marius Strobl 9a56a18ebd Update to 1.3.4 which adds support for the compact tracker protocol
and the ability to specify the peer identifier.

Prodded by:	Florent Thoumie <flz@xbsd.org> (maintainer)
Approved by:	Florent Thoumie <flz@xbsd.org> (maintainer), netchild
2004-12-28 15:27:54 +00:00

21 lines
269 B
Plaintext

--- configure.orig Sun Feb 1 07:15:43 2004
+++ configure Fri Feb 13 03:04:21 2004
@@ -2851,7 +2851,7 @@
int
main ()
{
-SHA1_Init ();
+XXXSHA1_Init ();
;
return 0;
}
@@ -2915,7 +2915,7 @@
int
main ()
{
-SHA1_Init ();
+XXXSHA1_Init ();
;
return 0;
}