diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2002-01-23 17:43:25 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2002-01-23 17:43:25 +0000 |
commit | e5c274a5bf9e959bd0d99c68ebd8e3a60c577ec0 (patch) | |
tree | 6b944f4cda6634bf547f8e2f53e1abf56239cf03 /sbin/isakmpd/math_2n.h | |
parent | 3ec1876e9262f5089425468c67d3e5a137df38a3 (diff) |
Another strcpy gone.
Diffstat (limited to 'sbin/isakmpd/math_2n.h')
-rw-r--r-- | sbin/isakmpd/math_2n.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/math_2n.h b/sbin/isakmpd/math_2n.h index 93f21cda946..eebcb401bb8 100644 --- a/sbin/isakmpd/math_2n.h +++ b/sbin/isakmpd/math_2n.h @@ -1,4 +1,4 @@ -/* $OpenBSD: math_2n.h,v 1.4 1999/04/19 19:56:23 niklas Exp $ */ +/* $OpenBSD: math_2n.h,v 1.5 2002/01/23 17:43:24 ho Exp $ */ /* $EOM: math_2n.h,v 1.9 1999/04/17 23:20:32 niklas Exp $ */ /* @@ -128,7 +128,7 @@ int b2n_set_null (b2n_ptr); int b2n_set_str (b2n_ptr, char *); int b2n_set_ui (b2n_ptr, unsigned int); u_int32_t b2n_sigbit (b2n_ptr); -int b2n_sprint (char *, b2n_ptr); +int b2n_snprint (char *, size_t, b2n_ptr); int b2n_sqrt (b2n_ptr, b2n_ptr, b2n_ptr); int b2n_square (b2n_ptr, b2n_ptr); #define b2n_sub b2n_add |