diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2006-06-02 12:29:44 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2006-06-02 12:29:44 +0000 |
commit | b15abbd7eda483de9ad742845e6f720de6e48eca (patch) | |
tree | b876889fd6bc762541f8bb25feb272cf8900e7c4 /sbin/ipsecctl/ipsecctl.h | |
parent | e3d531fb8627116efdbfa1792ae7e63ff68aeb23 (diff) |
print full information about tcpmd5 and ipcomp SAs, too
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.h')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipsecctl/ipsecctl.h b/sbin/ipsecctl/ipsecctl.h index c17c7c59905..d788dc908d3 100644 --- a/sbin/ipsecctl/ipsecctl.h +++ b/sbin/ipsecctl/ipsecctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecctl.h,v 1.47 2006/06/02 05:59:31 hshoexer Exp $ */ +/* $OpenBSD: ipsecctl.h,v 1.48 2006/06/02 12:29:43 markus Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -153,6 +153,7 @@ struct ike_mode { extern const struct ipsec_xf authxfs[]; extern const struct ipsec_xf encxfs[]; +extern const struct ipsec_xf compxfs[]; TAILQ_HEAD(dst_group_queue, ipsec_rule); |