Update structure name to follow the new IPsec code.

Reported by: phk
Approved by: re
This commit is contained in:
gnn 2007-09-19 08:50:55 +00:00
parent 85efdc8988
commit b6e961b304

View File

@ -83,7 +83,7 @@ int
main(int argc, char *argv[])
{
#define STAT(x,fmt) if (x) printf(fmt "\n", x)
struct newipsecstat ips;
struct ipsecstat ips;
struct ahstat ahs;
struct espstat esps;
size_t slen;