aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_mpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_mpi.c')
-rw-r--r--src/daemon/https/tls/gnutls_mpi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/https/tls/gnutls_mpi.c b/src/daemon/https/tls/gnutls_mpi.c
index 034b189f..918e6480 100644
--- a/src/daemon/https/tls/gnutls_mpi.c
+++ b/src/daemon/https/tls/gnutls_mpi.c
@@ -241,7 +241,8 @@ MHD__gnutls_x509_read_int (ASN1_TYPE node, const char *value, mpi_t * ret_mpi)
241/* Writes the specified integer into the specified node. 241/* Writes the specified integer into the specified node.
242 */ 242 */
243int 243int
244MHD__gnutls_x509_write_int (ASN1_TYPE node, const char *value, mpi_t mpi, int lz) 244MHD__gnutls_x509_write_int (ASN1_TYPE node, const char *value, mpi_t mpi,
245 int lz)
245{ 246{
246 opaque *tmpstr; 247 opaque *tmpstr;
247 size_t s_len; 248 size_t s_len;