summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/isakmpd/math_group.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/isakmpd/math_group.c b/sbin/isakmpd/math_group.c
index 550e82d5b4d..d42a070105c 100644
--- a/sbin/isakmpd/math_group.c
+++ b/sbin/isakmpd/math_group.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: math_group.c,v 1.3 1998/11/17 11:10:17 niklas Exp $ */
-/* $EOM: math_group.c,v 1.9 1998/08/09 19:03:47 niklas Exp $ */
+/* $OpenBSD: math_group.c,v 1.4 1999/02/26 03:46:57 niklas Exp $ */
+/* $EOM: math_group.c,v 1.10 1999/02/25 11:39:14 niklas Exp $ */
/*
* Copyright (c) 1998 Niels Provos. All rights reserved.
@@ -39,14 +39,14 @@
#include <stdlib.h>
#include <string.h>
+#include "sysdep.h"
+
#include "gmp_util.h"
+#include "log.h"
#include "math_2n.h"
#include "math_ec2n.h"
#include "math_group.h"
-#include "log.h"
-#include "sysdep.h"
-
/* We do not want to export these definitions */
int modp_getlen (struct group *);
void modp_getraw (struct group *, mpz_ptr, u_int8_t *);