mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
- Unbreak amd64 - Add back MASTER_SITES - Update start script PR: ports/107159 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)
10 lines
206 B
C
10 lines
206 B
C
--- src/rc4.c.orig Sun Dec 24 01:17:00 2006
|
|
+++ src/rc4.c Sun Dec 24 01:17:25 2006
|
|
@@ -21,6 +21,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
/*
|
|
* Transparent rc4 implementation
|