summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-12-24 01:41:47 +1100
committerDamien Miller <djm@mindrot.org>2001-12-24 01:41:47 +1100
commit62116dcc0a0a2ad4233691e73b7c2006b6849702 (patch)
tree2cc885d0d104e97e4443581aca27f007adc51852 /pathnames.h
parent278f907a2d6d00d6f52a11bf9577648aadbf0994 (diff)
- (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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/pathnames.h b/pathnames.h
index 1b223e392..feb2d0cf8 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -154,13 +154,3 @@
154#ifndef ASKPASS_PROGRAM 154#ifndef ASKPASS_PROGRAM
155#define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass" 155#define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass"
156#endif /* ASKPASS_PROGRAM */ 156#endif /* ASKPASS_PROGRAM */
157
158/*
159 * Relevant only when using builtin PRNG.
160 */
161#ifndef SSH_PRNG_SEED_FILE
162# define SSH_PRNG_SEED_FILE _PATH_SSH_USER_DIR"/prng_seed"
163#endif /* SSH_PRNG_SEED_FILE */
164#ifndef SSH_PRNG_COMMAND_FILE
165# define SSH_PRNG_COMMAND_FILE ETCDIR "/ssh_prng_cmds"
166#endif /* SSH_PRNG_COMMAND_FILE */