dacf59767f
New in version 0.8: httperf is now released under the GNU General Public License (GPL). Preliminary support for SSL (Secure Socket Layer). See README for details. New options (see man-page for details): --print-reply (replaced --print-replies) --print-request --ssl --ssl-ciphers --ssl-no-reuse New in version 0.7: New options (see man-page for details): --add-header --method --retry-on-failure Bug fixes - fixed some segfaults in the session workload generator - specifying option --session-cookie when not using a session workload generator now prints an error message instead of core dumping
13 lines
312 B
Text
13 lines
312 B
Text
$NetBSD: patch-ac,v 1.1 2006/12/07 06:27:30 cjs Exp $
|
|
|
|
--- lib/ssl_writev.c.orig 2000-10-12 09:09:47.000000000 +0900
|
|
+++ lib/ssl_writev.c 2006-12-07 15:14:21.000000000 +0900
|
|
@@ -31,7 +31,7 @@
|
|
|
|
#ifdef HAVE_OPENSSL_SSL_H
|
|
|
|
-#include <alloca.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include <sys/types.h>
|