summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-06-08 20:49:31 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-06-08 20:49:31 +0000
commit61d387f9bd3d97176ba7bc2ad4d4fc2ea17021e1 (patch)
tree0fdf714827a7041e046c98fdcb693229efda5c53 /sbin
parent544b55eb5059415a557776fcb2721e2fe508fc69 (diff)
Merge with EOM 1.3
author: ho Correct definition.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/math_mp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/math_mp.h b/sbin/isakmpd/math_mp.h
index 730186ff6ea..f870569c25c 100644
--- a/sbin/isakmpd/math_mp.h
+++ b/sbin/isakmpd/math_mp.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: math_mp.h,v 1.2 2000/04/07 22:10:30 niklas Exp $ */
-/* $EOM: math_mp.h,v 1.2 2000/04/07 22:05:57 niklas Exp $ */
+/* $OpenBSD: math_mp.h,v 1.3 2000/06/08 20:49:30 niklas Exp $ */
+/* $EOM: math_mp.h,v 1.3 2000/05/08 13:41:40 ho Exp $ */
/*
* Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -44,7 +44,7 @@
#include <gmp.h>
-#define mpz_t math_mp_t;
+#define math_mp_t mpz_t
#elif MP_FLAVOUR == MP_FLAVOUR_OPENSSL