summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-30 15:18:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-30 15:18:19 +0000
commite55a25f9b7c9c3783cef8bf4a852d59b6b170822 (patch)
tree51f2d07c4655b3f9fdd2dc84cf21179517bbe21c /lib/gnutls_mpi.h
parentd2279fcb09f2f8a01aaefd6756370dacc6dbb3d9 (diff)
downloadgnutls-e55a25f9b7c9c3783cef8bf4a852d59b6b170822.tar.gz
Made the xml convertion functions more mnemonic. Several other fixes in the core library.
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 2a04816b69..e179168b42 100644
--- a/lib/gnutls_mpi.h
+++ b/lib/gnutls_mpi.h
@@ -31,7 +31,7 @@ int _gnutls_mpi_scan_pgp( GNUTLS_MPI *ret_mpi, const opaque *buffer, size_t *nby
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_x509_read_int( ASN1_TYPE node, const char* value, const char* tmpstr, int tmpstr_size, MPI* ret_mpi);
+int _gnutls_x509_read_int( ASN1_TYPE node, const char* value, char* tmpstr, int tmpstr_size, MPI* ret_mpi);
asn1_retCode _gnutls_asn1_create_element(ASN1_TYPE definitions,const char *source_name,
ASN1_TYPE *element, const char *dest_name);