summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:46:58 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-02-26 03:46:58 +0000
commitc662f96eab7c9e6a55ac258dcdbd91bea9f977de (patch)
treeb1f233aa5cd30fa4936c0071be23ada377aedb4f /sbin
parentb7d8a20bc27af890eea1242c0d561d982261a59d (diff)
Merge from the Ericsson repository
| revision 1.10 | date: 1999/02/25 11:39:14; author: niklas; state: Exp; lines: +4 -4 | include sysdep.h everywhere | ----------------------------
Diffstat (limited to 'sbin')
-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 *);