openbsd-ports/security/libtasn1/patches/patch-src_asn1Parser_c
sturm c117600218 Initial import of libtasn1 0.2.4
The libtasn1 library is part of GnuTLS and was developed for ASN1 
(Abstract Syntax Notation One) structures management. 

WWW: http://www.gnutls.org/

from Jim Geovedi <jim@corebsd.or.id> with minor cleanup by me
2003-05-01 17:26:01 +00:00

13 lines
349 B
Plaintext

$OpenBSD: patch-src_asn1Parser_c,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $
--- src/asn1Parser.c.orig Wed Apr 30 20:22:18 2003
+++ src/asn1Parser.c Wed Apr 30 20:22:27 2003
@@ -28,7 +28,7 @@
#include <stdio.h>
#include <string.h>
#include <libtasn1.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <config.h>
#ifdef HAVE_UNISTD_H