From 388797851a48fc6fbcee50a00eb4c78be72e40f9 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 5 Jun 2004 18:10:59 +0000 Subject: several internal types fix. --- lib/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/debug.c') diff --git a/lib/debug.c b/lib/debug.c index d944fe6b3b..5b4838a0e2 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -103,7 +103,7 @@ const char* _gnutls_handshake2str( HandshakeType handshake) } } -void _gnutls_dump_mpi(const char* prefix, GNUTLS_MPI a) +void _gnutls_dump_mpi(const char* prefix, mpi_t a) { opaque buf[1024]; size_t n = sizeof buf; -- cgit v1.2.1