diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-08-26 01:48:13 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-08-26 01:48:13 +0000 |
commit | a313e244b1d4ef436b53f164be90abf5f0e7104f (patch) | |
tree | 5b8173a4a2d1c19c0fa621528a23e8a313c079e9 /sbin/isakmpd/policy.c | |
parent | f64150dc8befe5e4b6088194f62d408f23b902ad (diff) |
more style
Diffstat (limited to 'sbin/isakmpd/policy.c')
-rw-r--r-- | sbin/isakmpd/policy.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/policy.c b/sbin/isakmpd/policy.c index 32b703aa9c8..fb490b6c041 100644 --- a/sbin/isakmpd/policy.c +++ b/sbin/isakmpd/policy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: policy.c,v 1.45 2001/08/25 22:22:11 niklas Exp $ */ +/* $OpenBSD: policy.c,v 1.46 2001/08/26 01:48:12 niklas Exp $ */ /* $EOM: policy.c,v 1.49 2000/10/24 13:33:39 niklas Exp $ */ /* @@ -1473,7 +1473,8 @@ policy_callback (char *name) } break; - case IPSEC_ID_DER_ASN1_GN: /* XXX -- not sure what's in this. */ + case IPSEC_ID_DER_ASN1_GN: + /* XXX -- not sure what's in this. */ local_filter_type = "ASN1 GN"; break; |