summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-27 10:29:14 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-11-27 10:29:14 +0000
commit16b0cdcc2636fea9dbd7b9020ed7e06066521f9c (patch)
treec6a125becee51029d7dd3f00682f2e3625d7952e /lib/gnutls_mpi.h
parentac0fdb2d0acd63821f8889f8cc2d6833c37cbee7 (diff)
downloadgnutls-16b0cdcc2636fea9dbd7b9020ed7e06066521f9c.tar.gz
corrected some bugs that affected openpgp authentication.
Diffstat (limited to 'lib/gnutls_mpi.h')
-rw-r--r--lib/gnutls_mpi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h
index 07333349d5..2ac9eae663 100644
--- a/lib/gnutls_mpi.h
+++ b/lib/gnutls_mpi.h
@@ -32,8 +32,8 @@ void _gnutls_mpi_release( GNUTLS_MPI* x);
int _gnutls_mpi_scan( GNUTLS_MPI *ret_mpi, const opaque *buffer, size_t *nbytes );
int _gnutls_mpi_scan_pgp( GNUTLS_MPI *ret_mpi, const opaque *buffer, size_t *nbytes );
-int _gnutls_mpi_print( opaque *buffer, size_t *nbytes, const GNUTLS_MPI a );
-int _gnutls_mpi_print_lz( opaque *buffer, size_t *nbytes, const GNUTLS_MPI a );
+int _gnutls_mpi_print( void *buffer, size_t *nbytes, const GNUTLS_MPI a );
+int _gnutls_mpi_print_lz( void *buffer, size_t *nbytes, const GNUTLS_MPI a );
#endif