diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2004-04-07 22:45:51 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2004-04-07 22:45:51 +0000 |
commit | 49d2f3fa3f28f59974356f9256569c156a6e2659 (patch) | |
tree | 2f9f6a51fd70bf3de44250e6ac22400b4541e1b8 /sbin/isakmpd/math_group.h | |
parent | de3137aa6e339718ed70674a6b71f23a6e16ac4f (diff) |
-Wsign-compare nits. hshoexer@ ok.
Diffstat (limited to 'sbin/isakmpd/math_group.h')
-rw-r--r-- | sbin/isakmpd/math_group.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/math_group.h b/sbin/isakmpd/math_group.h index 7b38d4447b9..2365f00f624 100644 --- a/sbin/isakmpd/math_group.h +++ b/sbin/isakmpd/math_group.h @@ -1,4 +1,4 @@ -/* $OpenBSD: math_group.h,v 1.8 2003/12/15 10:06:42 hshoexer Exp $ */ +/* $OpenBSD: math_group.h,v 1.9 2004/04/07 22:45:49 ho Exp $ */ /* $EOM: math_group.h,v 1.7 1999/04/17 23:20:40 niklas Exp $ */ /* @@ -81,7 +81,7 @@ struct modp_dscr { void group_init (void); void group_free (struct group *); -struct group *group_get (int); +struct group *group_get (u_int32_t); void ec2n_free (struct group *); struct group *ec2n_clone (struct group *, struct group *); |