$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
