diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-08 20:49:09 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-08 20:49:09 +0000 |
commit | ee66a89ac3cba329f654eabc9330e38d829fe0c5 (patch) | |
tree | b825a94b859a60ae23dac2ea372996aaf9b1afa6 /sbin/isakmpd | |
parent | acfeca15ffc9b85fdebe0122167944ad324df52b (diff) |
Merge with EOM 1.4
author: ho
Use math_mp_t in prototype.
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/gmp_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/gmp_util.h b/sbin/isakmpd/gmp_util.h index 87453964600..e46aaeb1239 100644 --- a/sbin/isakmpd/gmp_util.h +++ b/sbin/isakmpd/gmp_util.h @@ -1,5 +1,5 @@ -/* $OpenBSD: gmp_util.h,v 1.5 2000/04/07 22:10:30 niklas Exp $ */ -/* $EOM: gmp_util.h,v 1.3 2000/04/07 22:05:57 niklas Exp $ */ +/* $OpenBSD: gmp_util.h,v 1.6 2000/06/08 20:49:08 niklas Exp $ */ +/* $EOM: gmp_util.h,v 1.4 2000/05/08 13:42:11 ho Exp $ */ /* * Copyright (c) 1998 Niels Provos. All rights reserved. @@ -41,7 +41,7 @@ #include "math_mp.h" u_int32_t mpz_sizeinoctets (math_mp_t); -void mpz_getraw (u_int8_t *, BIGNUM *, u_int32_t); +void mpz_getraw (u_int8_t *, math_mp_t, u_int32_t); void mpz_setraw (math_mp_t, u_int8_t *, u_int32_t); #endif /* _GMP_UTIL_H_ */ |