diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-17 11:00:37 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-17 11:00:37 +0000 |
commit | 0dd4bc033340674b29a3764a048942500480f563 (patch) | |
tree | 4e376b9abbcf61820e1dcc44e107c1741c520d8d /src/pluto/ac.c | |
parent | 3a80181b61ab6191e0c99b658173e814e2d1dd81 (diff) | |
download | strongswan-0dd4bc033340674b29a3764a048942500480f563.tar.bz2 strongswan-0dd4bc033340674b29a3764a048942500480f563.tar.xz |
renamed empty_chunk to chunk_empty
Diffstat (limited to 'src/pluto/ac.c')
-rw-r--r-- | src/pluto/ac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/ac.c b/src/pluto/ac.c index 8fd7a4f62..eb99fc70a 100644 --- a/src/pluto/ac.c +++ b/src/pluto/ac.c @@ -838,7 +838,7 @@ load_acerts(void) { while (n--) { - chunk_t blob = empty_chunk; + chunk_t blob = chunk_empty; bool pgp = FALSE; if (load_coded_file(filelist[n]->d_name, NULL, "acert", &blob, &pgp)) |