diff options
author | 2003-02-15 19:21:05 +0000 | |
---|---|---|
committer | 2003-02-15 19:21:05 +0000 | |
commit | 37920f11dce1436d7f0cd4ccab73aa912fb68b1f (patch) | |
tree | 547d2246838dc2a46640139cc00b8989dabd3c02 | |
parent | CRD_F_COMP isn't so special that it needs 4 bits for a binary flag (diff) | |
download | wireguard-openbsd-37920f11dce1436d7f0cd4ccab73aa912fb68b1f.tar.xz wireguard-openbsd-37920f11dce1436d7f0cd4ccab73aa912fb68b1f.zip |
s/LSZ/LZS (consistent with linux and isakmpd *.cst)
-rw-r--r-- | sys/net/pfkeyv2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index a8adfbcfd3d..ae531ff9ead 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkeyv2.h,v 1.43 2002/06/07 04:47:06 ho Exp $ */ +/* $OpenBSD: pfkeyv2.h,v 1.44 2003/02/15 19:21:05 jason Exp $ */ /* * @(#)COPYRIGHT 1.1 (NRL) January 1998 * @@ -295,7 +295,7 @@ struct sadb_x_cred { #define SADB_X_CALG_NONE 0 #define SADB_X_CALG_OUI 1 #define SADB_X_CALG_DEFLATE 2 -#define SADB_X_CALG_LSZ 3 +#define SADB_X_CALG_LZS 3 #define SADB_X_CALG_MAX 4 #define SADB_SAFLAGS_PFS 0x001 /* perfect forward secrecy */ |