diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2004-06-14 09:55:43 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2004-06-14 09:55:43 +0000 |
commit | a3de7d60356b91ad4fa41498aa0d21f54e6d6e42 (patch) | |
tree | b29ac59d68e2c5c0913bb2c2154adf4a46ba6ef9 /sbin/isakmpd/math_group.c | |
parent | 3c3a93ac7765dde3e397739f03b36a735ee304e0 (diff) |
KNF, style, 80c, etc. hshoexer@ ok
Diffstat (limited to 'sbin/isakmpd/math_group.c')
-rw-r--r-- | sbin/isakmpd/math_group.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/math_group.c b/sbin/isakmpd/math_group.c index c723a81d1a4..55f340f58cf 100644 --- a/sbin/isakmpd/math_group.c +++ b/sbin/isakmpd/math_group.c @@ -1,4 +1,4 @@ -/* $OpenBSD: math_group.c,v 1.22 2004/05/23 18:17:56 hshoexer Exp $ */ +/* $OpenBSD: math_group.c,v 1.23 2004/06/14 09:55:41 ho Exp $ */ /* $EOM: math_group.c,v 1.25 2000/04/07 19:53:26 niklas Exp $ */ /* @@ -429,7 +429,7 @@ group_init(void) for (i = sizeof(groups) / sizeof(groups[0]) - 1; i >= 0; i--) switch (groups[i].type) { #ifdef USE_EC - case EC2N: /* Initialize an Elliptic Curve over GF(2**n) */ + case EC2N: /* Initialize an Elliptic Curve over GF(2**n) */ ec2n_init(&groups[i]); break; #endif |