aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-09-11 03:54:38 +0000
committerChristian Grothoff <christian@grothoff.org>2008-09-11 03:54:38 +0000
commit44a26637136f638fa53b62ae0138605c878d29d8 (patch)
tree57a8967dda87b9fa82d238ca4f1d4cbbd096e928
parentc673c4dd997cb8157165f76b820ade0bdeb7be6c (diff)
downloadlibmicrohttpd-44a26637136f638fa53b62ae0138605c878d29d8.tar.gz
libmicrohttpd-44a26637136f638fa53b62ae0138605c878d29d8.zip
bin
-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 {