summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.c
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.c
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.c')
-rw-r--r--lib/gnutls_mpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_mpi.c b/lib/gnutls_mpi.c
index f8e6e8c427..62595951bf 100644
--- a/lib/gnutls_mpi.c
+++ b/lib/gnutls_mpi.c
@@ -54,7 +54,7 @@ int _gnutls_mpi_print_lz( opaque *buffer, size_t *nbytes, const GNUTLS_MPI a ) {
* from asn1 structs. Combines the read and mpi_scan
* steps.
*/
-int _gnutls_x509_read_int( ASN1_TYPE node, const char* value, const char* tmpstr, int tmpstr_size, GNUTLS_MPI* ret_mpi) {
+int _gnutls_x509_read_int( ASN1_TYPE node, const char* value, char* tmpstr, int tmpstr_size, GNUTLS_MPI* ret_mpi) {
int len, result;
len = tmpstr_size - 1;