freebsd-ports/benchmarks/httperf/files/patch-lib::ssl_writev.c
Ying-Chieh Liao da3815cb3b upgrade to 0.8
PR:		45452
Submitted by:	Ports Fury
2002-11-20 13:22:13 +00:00

13 lines
247 B
C

--- lib/ssl_writev.c.orig Thu Oct 12 09:09:47 2000
+++ lib/ssl_writev.c Wed Nov 13 06:22:01 2002
@@ -31,7 +31,10 @@
#ifdef HAVE_OPENSSL_SSL_H
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
+#endif
+
#include <string.h>
#include <sys/types.h>