Update structure name to follow the new IPsec code.

Reported by: phk
Approved by: re
This commit is contained in:
George V. Neville-Neil 2007-09-19 08:50:55 +00:00
parent e1433e6b8a
commit 5f136916ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172240

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;