diff options
author | Damien Miller <djm@mindrot.org> | 2001-12-24 01:41:47 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-12-24 01:41:47 +1100 |
commit | 62116dcc0a0a2ad4233691e73b7c2006b6849702 (patch) | |
tree | 2cc885d0d104e97e4443581aca27f007adc51852 /pathnames.h | |
parent | 278f907a2d6d00d6f52a11bf9577648aadbf0994 (diff) | |
download | openssh-git-62116dcc0a0a2ad4233691e73b7c2006b6849702.tar.gz |
- (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from
solar@openwall.com
- (djm) Rework entropy code. If the OpenSSL PRNG is has not been
internally seeded, execute a subprogram "ssh-rand-helper" to obtain
some entropy for us. Rewrite the old in-process entropy collecter as
an example ssh-rand-helper.
- (djm) Always perform ssh_prng_cmds path lookups in configure, even if
we don't end up using ssh_prng_cmds (so we always get a valid file)
Diffstat (limited to 'pathnames.h')
-rw-r--r-- | pathnames.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pathnames.h b/pathnames.h index 1b223e39..feb2d0cf 100644 --- a/pathnames.h +++ b/pathnames.h @@ -154,13 +154,3 @@ #ifndef ASKPASS_PROGRAM #define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass" #endif /* ASKPASS_PROGRAM */ - -/* - * Relevant only when using builtin PRNG. - */ -#ifndef SSH_PRNG_SEED_FILE -# define SSH_PRNG_SEED_FILE _PATH_SSH_USER_DIR"/prng_seed" -#endif /* SSH_PRNG_SEED_FILE */ -#ifndef SSH_PRNG_COMMAND_FILE -# define SSH_PRNG_COMMAND_FILE ETCDIR "/ssh_prng_cmds" -#endif /* SSH_PRNG_COMMAND_FILE */ |