diff options
| author | 1999-02-26 03:46:57 +0000 | |
|---|---|---|
| committer | 1999-02-26 03:46:57 +0000 | |
| commit | 555190b2f90c1b8045c9637338f163649ea482a0 (patch) | |
| tree | f1bc156e798b42191f467c0f507db9718bfb1d4a | |
| parent | Merge from the Ericsson repository (diff) | |
| download | wireguard-openbsd-555190b2f90c1b8045c9637338f163649ea482a0.tar.xz wireguard-openbsd-555190b2f90c1b8045c9637338f163649ea482a0.zip | |
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
| ----------------------------
| -rw-r--r-- | sbin/isakmpd/math_group.c | 10 |
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 *); |
