libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 665502d76a87f4c1611cb05a387fd6f1941345a0
parent da1654cffdf6f05e1ede33e3a89acfc0c47eb752
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 11 Sep 2008 03:24:13 +0000

fx

Diffstat:
Msrc/daemon/https/tls/gnutls_x509.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/daemon/https/tls/gnutls_x509.c b/src/daemon/https/tls/gnutls_x509.c @@ -625,6 +625,7 @@ read_file (const char *filename, size_t * length) free(out); goto ERR; } + *length = st.st_size; close(fd); return out; ERR: