aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/crl.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-04-17 11:00:37 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-04-17 11:00:37 +0000
commit0dd4bc033340674b29a3764a048942500480f563 (patch)
tree4e376b9abbcf61820e1dcc44e107c1741c520d8d /src/pluto/crl.c
parent3a80181b61ab6191e0c99b658173e814e2d1dd81 (diff)
downloadstrongswan-0dd4bc033340674b29a3764a048942500480f563.tar.bz2
strongswan-0dd4bc033340674b29a3764a048942500480f563.tar.xz
renamed empty_chunk to chunk_empty
Diffstat (limited to 'src/pluto/crl.c')
-rw-r--r--src/pluto/crl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/crl.c b/src/pluto/crl.c
index acb0ba40a..be3310ec7 100644
--- a/src/pluto/crl.c
+++ b/src/pluto/crl.c
@@ -351,7 +351,7 @@ load_crls(void)
while (n--)
{
bool pgp = FALSE;
- chunk_t blob = empty_chunk;
+ chunk_t blob = chunk_empty;
char *filename = filelist[n]->d_name;
if (load_coded_file(filename, NULL, "crl", &blob, &pgp))
@@ -406,7 +406,7 @@ parse_x509crl(chunk_t blob, u_int level0, x509crl_t *crl)
asn1_ctx_t ctx;
bool critical;
chunk_t extnID;
- chunk_t userCertificate = empty_chunk;
+ chunk_t userCertificate = chunk_empty;
chunk_t object;
u_int level;
int objectID = 0;