ports/102822: [patch] security/wpa_supplicant: openssl 0.9.8b compile fix

Simon L. Nielsen simon at FreeBSD.org
Sun Sep 3 15:50:26 UTC 2006


>Number:         102822
>Category:       ports
>Synopsis:       [patch] security/wpa_supplicant: openssl 0.9.8b compile fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 03 15:50:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
FreeBSD
>Environment:
>Description:

	This patch fixes compile of security/wpa_supplicant on recent
	7-CURRENT.  brooks, could you approve or commit this patch?

>How-To-Repeat:
>Fix:
--- port-wpa_supplicant-opensslfix.patch begins here ---
Index: files/patch-crypto.c
===================================================================
RCS file: files/patch-crypto.c
diff -N files/patch-crypto.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-crypto.c	3 Sep 2006 15:00:24 -0000
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- crypto.c.orig
++++ crypto.c
+@@ -12,6 +12,7 @@
+  * See README and COPYING for more details.
+  */
+ 
++#include <sys/types.h>
+ #include <openssl/md4.h>
+ #include <openssl/des.h>
+ 
--- port-wpa_supplicant-opensslfix.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list