diff --git a/tools/tools/crypto/ipsecstats.c b/tools/tools/crypto/ipsecstats.c index 48931f6a7891..6ecc1f454bcf 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;