diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-07 21:44:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-07 21:44:33 +0800 |
commit | 98646e56daff4bfab66052287bccacf49e975817 (patch) | |
tree | de256da5fe39488a84e526641e3b399cde92f9d0 /security/libtasn1/files | |
parent | 83260f580606e8cded81b7d9c6fac7143cd86334 (diff) | |
download | freebsd-ports-gnome-98646e56daff4bfab66052287bccacf49e975817.tar.gz freebsd-ports-gnome-98646e56daff4bfab66052287bccacf49e975817.tar.zst freebsd-ports-gnome-98646e56daff4bfab66052287bccacf49e975817.zip |
[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')
-rw-r--r-- | security/libtasn1/files/patch-src::asn1Coding.c | 11 | ||||
-rw-r--r-- | security/libtasn1/files/patch-src::asn1Decoding.c | 11 | ||||
-rw-r--r-- | security/libtasn1/files/patch-src::asn1Parser.c | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/security/libtasn1/files/patch-src::asn1Coding.c b/security/libtasn1/files/patch-src::asn1Coding.c new file mode 100644 index 000000000000..9bed2ff1a2d4 --- /dev/null +++ b/security/libtasn1/files/patch-src::asn1Coding.c @@ -0,0 +1,11 @@ +--- src/asn1Coding.c.orig Tue Jan 7 05:39:32 2003 ++++ src/asn1Coding.c Tue Jan 7 05:39:36 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 diff --git a/security/libtasn1/files/patch-src::asn1Decoding.c b/security/libtasn1/files/patch-src::asn1Decoding.c new file mode 100644 index 000000000000..4c7fca6ba7b9 --- /dev/null +++ b/security/libtasn1/files/patch-src::asn1Decoding.c @@ -0,0 +1,11 @@ +--- src/asn1Decoding.c.orig Tue Jan 7 05:40:14 2003 ++++ src/asn1Decoding.c Tue Jan 7 05:40:20 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 diff --git a/security/libtasn1/files/patch-src::asn1Parser.c b/security/libtasn1/files/patch-src::asn1Parser.c new file mode 100644 index 000000000000..85072d72cf4c --- /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
|