diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-07 13:44:33 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-07 13:44:33 +0000 |
commit | 98646e56daff4bfab66052287bccacf49e975817 (patch) | |
tree | de256da5fe39488a84e526641e3b399cde92f9d0 /security/libtasn1/files/patch-src::asn1Parser.c | |
parent | 83260f580606e8cded81b7d9c6fac7143cd86334 (diff) | |
download | FreeBSD-ports-98646e56daff4bfab66052287bccacf49e975817.zip FreeBSD-ports-98646e56daff4bfab66052287bccacf49e975817.tar.gz |
[NEW PORT] security/libtasn1: ASN.1 parser library for GnuTLS
XASN.1 structure parser library
PR: ports/45347
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'security/libtasn1/files/patch-src::asn1Parser.c')
-rw-r--r-- | security/libtasn1/files/patch-src::asn1Parser.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/libtasn1/files/patch-src::asn1Parser.c b/security/libtasn1/files/patch-src::asn1Parser.c new file mode 100644 index 0000000..85072d7 --- /dev/null +++ b/security/libtasn1/files/patch-src::asn1Parser.c @@ -0,0 +1,11 @@ +--- src/asn1Parser.c.orig Tue Jan 7 05:38:03 2003 ++++ src/asn1Parser.c Tue Jan 7 05:38:09 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_GETOPT_H
|