From 49d2f3fa3f28f59974356f9256569c156a6e2659 Mon Sep 17 00:00:00 2001 From: Hakan Olsson Date: Wed, 7 Apr 2004 22:45:51 +0000 Subject: -Wsign-compare nits. hshoexer@ ok. --- sbin/isakmpd/math_group.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/isakmpd/math_group.h') 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 *); -- cgit v1.2.3