diff options
Diffstat (limited to 'ssh-rand-helper.c')
-rw-r--r-- | ssh-rand-helper.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c index 4da62a724..d7d8d0f3b 100644 --- a/ssh-rand-helper.c +++ b/ssh-rand-helper.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #include "pathnames.h" | 39 | #include "pathnames.h" |
40 | #include "log.h" | 40 | #include "log.h" |
41 | 41 | ||
42 | RCSID("$Id: ssh-rand-helper.c,v 1.22 2005/02/16 02:20:07 dtucker Exp $"); | 42 | RCSID("$Id: ssh-rand-helper.c,v 1.23 2005/02/16 02:32:30 dtucker Exp $"); |
43 | 43 | ||
44 | /* Number of bytes we write out */ | 44 | /* Number of bytes we write out */ |
45 | #define OUTPUT_SEED_SIZE 48 | 45 | #define OUTPUT_SEED_SIZE 48 |
@@ -891,8 +891,8 @@ main(int argc, char **argv) | |||
891 | 891 | ||
892 | /* | 892 | /* |
893 | * We may attempt to re-seed during mkstemp if we are using the one in the | 893 | * We may attempt to re-seed during mkstemp if we are using the one in the |
894 | * compat library (via mkstemp -> arc4random -> seed_rng) so we need | 894 | * compat library (via mkstemp -> _gettemp -> arc4random -> seed_rng) so we |
895 | * our own seed_rng(). We must also check that we have enough entropy. | 895 | * need our own seed_rng(). We must also check that we have enough entropy. |
896 | */ | 896 | */ |
897 | void | 897 | void |
898 | seed_rng(void) | 898 | seed_rng(void) |