diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2002-01-25 13:07:24 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2002-01-25 13:07:24 +0000 |
commit | 7a5c5c7774d7788de54ad398fab837023f55337f (patch) | |
tree | 38b04b5dd19b375907e70e966225ac44708f9214 /sbin/isakmpd/pf_key_v2.c | |
parent | 24f5af4b812fd8c25f1eeb1599100424eaf37391 (diff) |
Typo. <mccreary@pch.net>
Diffstat (limited to 'sbin/isakmpd/pf_key_v2.c')
-rw-r--r-- | sbin/isakmpd/pf_key_v2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/pf_key_v2.c b/sbin/isakmpd/pf_key_v2.c index ecefb2f68af..8cb91a2651c 100644 --- a/sbin/isakmpd/pf_key_v2.c +++ b/sbin/isakmpd/pf_key_v2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_key_v2.c,v 1.94 2002/01/23 18:44:47 ho Exp $ */ +/* $OpenBSD: pf_key_v2.c,v 1.95 2002/01/25 13:07:23 ho Exp $ */ /* $EOM: pf_key_v2.c,v 1.79 2000/12/12 00:33:19 niklas Exp $ */ /* @@ -982,9 +982,9 @@ pf_key_v2_set_spi (struct sa *sa, struct proto *proto, int incoming, break; #endif -#ifdef SADB_X_CALG_LSZ +#ifdef SADB_X_CALG_LZS case IPSEC_IPCOMP_LZS: - ssa.sadb_sa_encrypt = SADB_X_CALG_LSZ; + ssa.sadb_sa_encrypt = SADB_X_CALG_LZS; break; #endif |