summaryrefslogtreecommitdiff
path: root/security/gnutls/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnutls/patches/patch-ag')
-rw-r--r--security/gnutls/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/gnutls/patches/patch-ag b/security/gnutls/patches/patch-ag
deleted file mode 100644
index 16f253e719e..00000000000
--- a/security/gnutls/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.3 2008/10/29 11:38:09 shannonjr Exp $
-
---- lib/mpi-libgcrypt.c.orig 2008-10-05 07:41:43.000000000 -0600
-+++ lib/mpi-libgcrypt.c
-@@ -120,7 +120,7 @@ wrap_gcry_mpi_get_nbits (bigint_t a)
- static void
- wrap_gcry_mpi_release (bigint_t a)
- {
-- return gcry_mpi_release (a);
-+ gcry_mpi_release (a);
- }
-
- #undef _gnutls_mpi_alloc_like