summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-05 17:37:04 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-05 17:37:04 +0000
commit511efe55dd36eb5908f8019f927a7c31dde3c880 (patch)
tree3756de3d43a754c6bef0e0534d1bd29ad1852a16 /lib/gnutls_mpi.h
parent71ba82715d8c628b745e5806a7717b28c2736772 (diff)
downloadgnutls-511efe55dd36eb5908f8019f927a7c31dde3c880.tar.gz
Added the functions gnutls_x509_crt_get_pk_rsa_raw() and
gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
Diffstat (limited to 'lib/gnutls_mpi.h')
-rw-r--r--lib/gnutls_mpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h
index 84adf4668b..350226691d 100644
--- a/lib/gnutls_mpi.h
+++ b/lib/gnutls_mpi.h
@@ -43,6 +43,6 @@ int _gnutls_mpi_print( void *buffer, size_t *nbytes, const mpi_t a );
int _gnutls_mpi_print_lz( void *buffer, size_t *nbytes, const mpi_t a );
int _gnutls_mpi_dprint_lz( gnutls_datum* dest, const mpi_t a );
-#define _gnutls_mpi_dprint_lz _gnutls_mpi_dprint
+#define _gnutls_mpi_dprint _gnutls_mpi_dprint_lz
#endif