mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
9a56a18ebd
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
21 lines
269 B
Plaintext
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;
|
|
}
|