summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-14 23:00:54 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-14 23:00:54 +0000
commit66e81f19475baac9bc2427fb0324f48cfaa0505c (patch)
tree717b4193c6b167bdc32d1ed49c57324de58de9f6 /lib/gnutls_mpi.h
parent1fa83b60ca7e60e861724421e245de9eb1ad9e8e (diff)
downloadgnutls-66e81f19475baac9bc2427fb0324f48cfaa0505c.tar.gz
several other additions and fixes for the certificate request stuff.
Diffstat (limited to 'lib/gnutls_mpi.h')
-rw-r--r--lib/gnutls_mpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h
index 7ec3982d84..4e0ab1ebf1 100644
--- a/lib/gnutls_mpi.h
+++ b/lib/gnutls_mpi.h
@@ -37,5 +37,6 @@ 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,
char* tmpstr, int tmpstr_size, GNUTLS_MPI* ret_mpi);
+int _gnutls_x509_write_int( ASN1_TYPE node, const char* value, GNUTLS_MPI mpi);
#endif