aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_x509.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_x509.c')
-rw-r--r--src/daemon/https/tls/gnutls_x509.c2
1 files changed, 1 insertions, 1 deletions
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
1354{ 1354{
1355 int ret; 1355 int ret;
1356 size_t size; 1356 size_t size;
1357 unsigned char *data = (unsigned char*) read_binary_file (crlfile, &size); 1357 unsigned char *data = (unsigned char*) read_file (crlfile, &size);
1358 1358
1359 if (data == NULL) 1359 if (data == NULL)
1360 { 1360 {