diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-24 21:54:34 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-24 21:54:34 +0000 |
commit | 0b32cd2605e62c687d0dfda2b036987f85386c8b (patch) | |
tree | 8dbddfc1b9f18ff5bfc72148ce244d479f668574 | |
parent | 8010fd5b5d69e2f07cc99d731328880201814020 (diff) |
lzs with hifn.4 is available too
-rw-r--r-- | sbin/ipsecadm/ipsecadm.8 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8 index 99fdd55496b..97caca5e5fd 100644 --- a/sbin/ipsecadm/ipsecadm.8 +++ b/sbin/ipsecadm/ipsecadm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.8,v 1.55 2003/02/03 17:46:57 jmc Exp $ +.\" $OpenBSD: ipsecadm.8,v 1.56 2003/02/24 21:54:33 jason Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -410,8 +410,15 @@ Also for both new ah and esp. .It Fl comp The compression algorithm to be used with the IPCA. -The only possible value currently is: -.Nm deflate . +Possible values are: +.Nm deflate +and +.Nm lzs . +Note that +.Nm lzs +is only available with +.Xr hifn 4 +because of the patent held by Hifn, Inc. .It Fl key The secret symmetric key used for encryption and authentication. The size for |