2013-09-26 17:14:40 +02:00

14 lines
312 B
Plaintext

$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>