commit 44a26637136f638fa53b62ae0138605c878d29d8 parent c673c4dd997cb8157165f76b820ade0bdeb7be6c Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 11 Sep 2008 03:54:38 +0000 bin Diffstat:
| M | src/daemon/https/tls/gnutls_x509.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/https/tls/gnutls_x509.c b/src/daemon/https/tls/gnutls_x509.c @@ -1354,7 +1354,7 @@ MHD_gnutls_certificate_set_x509_crl_file (mhd_gtls_cert_credentials_t { int ret; size_t size; - unsigned char *data = (unsigned char*) read_binary_file (crlfile, &size); + unsigned char *data = (unsigned char*) read_file (crlfile, &size); if (data == NULL) {