diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-24 16:37:18 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-24 16:37:18 +0000 |
commit | d72f76c64c806e51d61fd429a9dc663583585457 (patch) | |
tree | 1497164b83e31911d0c3a5c8596b0c44cdedaaf8 /sbin | |
parent | a974ee9ed77ccc19e648edd45aebc8ef2ff84ffe (diff) |
style
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/pkcs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/pkcs.c b/sbin/isakmpd/pkcs.c index a0283cf0ba5..031629aa7fb 100644 --- a/sbin/isakmpd/pkcs.c +++ b/sbin/isakmpd/pkcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pkcs.c,v 1.7 1999/03/24 16:13:56 niklas Exp $ */ +/* $OpenBSD: pkcs.c,v 1.8 1999/03/24 16:37:17 niklas Exp $ */ /* $EOM: pkcs.c,v 1.12 1999/02/25 11:39:18 niklas Exp $ */ /* @@ -342,7 +342,7 @@ pkcs_generate_prime (mpz_ptr p, u_int32_t bits) i = tmp = 0; while (bits > 0) { - tmp = sysdep_random(); + tmp = sysdep_random (); if (i++ == 0) { |