summaryrefslogtreecommitdiff
path: root/security/libtasn1/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/libtasn1/patches/patch-aa')
-rw-r--r--security/libtasn1/patches/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/security/libtasn1/patches/patch-aa b/security/libtasn1/patches/patch-aa
deleted file mode 100644
index 9967738ce05..00000000000
--- a/security/libtasn1/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/04/30 11:39:24 shannonjr Exp $
-
---- ./lib/int.h.orig 2008-04-30 05:06:07.085583902 -0600
-+++ ./lib/int.h
-@@ -31,7 +31,10 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <ctype.h>
-+
-+#ifdef HAVE_STDINT_H
- #include <stdint.h>
-+#endif
-
- #ifdef HAVE_SYS_TYPES_H
- # include <sys/types.h>