From 44a26637136f638fa53b62ae0138605c878d29d8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 11 Sep 2008 03:54:38 +0000 Subject: bin --- src/daemon/https/tls/gnutls_x509.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/https/tls/gnutls_x509.c') diff --git a/src/daemon/https/tls/gnutls_x509.c b/src/daemon/https/tls/gnutls_x509.c index 87d86e55..49e093cc 100644 --- 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) { -- cgit v1.2.3