openbsd-ports/security/libtasn1/patches/patch-src_asn1Coding_c
jolan 3f9a0decc8 downgrade to 0.1.2, aka the correct branch for gnutls 0.8.x. the gnutls
port will still use the included version until some pending issues are
fixed.
2003-10-12 21:33:43 +00:00

13 lines
359 B
Plaintext

$OpenBSD: patch-src_asn1Coding_c,v 1.2 2003/10/12 21:33:43 jolan Exp $
--- src/asn1Coding.c.orig 2002-10-07 14:40:56.000000000 -0500
+++ src/asn1Coding.c 2003-10-12 16:29:15.000000000 -0500
@@ -28,7 +28,7 @@
#include <stdio.h>
#include <string.h>
#include <libtasn1.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <config.h>
#ifdef HAVE_GETOPT_H