diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-15 19:21:06 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-15 19:21:06 +0000 |
commit | 569288d4e88cf6f733287956712560f92133b30b (patch) | |
tree | 22a17ac68e92bc2f08c116860f1e860cf2fa1e60 /sys/net/pfkeyv2.h | |
parent | 89990230d41b563eea53063b106f3d68385526a4 (diff) |
s/LSZ/LZS (consistent with linux and isakmpd *.cst)
Diffstat (limited to 'sys/net/pfkeyv2.h')
-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 */ |