23f3100df2
for SSL/TLS servers though perhaps useful for other (non-SSL/TLS) circumstances. Also includes a self-contained network abstraction library (libnal), and the sslswamp SSL/TLS benchmark/test utility. PR: ports/79879 Submitted by: Marcel Prisi <marcel.prisi@virtua.ch>
18 lines
446 B
C
18 lines
446 B
C
*** libnal/proto_fd.c.ori Wed Apr 13 21:07:10 2005
|
|
--- libnal/proto_fd.c Wed Apr 13 21:55:12 2005
|
|
***************
|
|
*** 26,31 ****
|
|
--- 26,38 ----
|
|
#include "nal_internal.h"
|
|
#include "ctrl_fd.h"
|
|
#include <libsys/post.h>
|
|
+ #ifdef __FreeBSD__
|
|
+ #if __FreeBSD_version >= 502010
|
|
+ #include <sys/limits.h>
|
|
+ #else
|
|
+ #include <machine/limits.h>
|
|
+ #endif
|
|
+ #endif /* __FreeBSD__ */
|
|
|
|
/**************************/
|
|
/* predeclare our vtables */
|