summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/crypto/ipsecstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/crypto/ipsecstats.c b/tools/tools/crypto/ipsecstats.c
index 48931f6..6ecc1f4 100644
--- a/tools/tools/crypto/ipsecstats.c
+++ b/tools/tools/crypto/ipsecstats.c
@@ -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;
OpenPOWER on IntegriCloud