diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-06-05 18:10:59 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-06-05 18:10:59 +0000 |
commit | 388797851a48fc6fbcee50a00eb4c78be72e40f9 (patch) | |
tree | 607c28d8ea9b23a940c89d3d1711b760dea28181 /lib/debug.c | |
parent | 511efe55dd36eb5908f8019f927a7c31dde3c880 (diff) | |
download | gnutls-388797851a48fc6fbcee50a00eb4c78be72e40f9.tar.gz |
several internal types fix.
Diffstat (limited to 'lib/debug.c')
-rw-r--r-- | lib/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |