aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/crypto/crl.c')
-rwxr-xr-xsrc/libstrongswan/crypto/crl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/crl.c b/src/libstrongswan/crypto/crl.c
index 43f616fb0..513dfc885 100755
--- a/src/libstrongswan/crypto/crl.c
+++ b/src/libstrongswan/crypto/crl.c
@@ -518,7 +518,7 @@ crl_t *crl_create_from_file(const char *filename)
chunk_t chunk = CHUNK_INITIALIZER;
crl_t *crl = NULL;
- if (!pem_asn1_load_file(filename, "", "crl", &chunk, &pgp))
+ if (!pem_asn1_load_file(filename, NULL, "crl", &chunk, &pgp))
return NULL;
crl = crl_create_from_chunk(chunk);