]> andersk Git - openssh.git/blobdiff - ssh.h
- Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 9bf6ba35570489fe042d4359a488540a0aedcd4b..a5c229d7156133354ee953b0df0ad60f35715c85 100644 (file)
--- a/ssh.h
+++ b/ssh.h
 #ifndef SSH_PRNG_SEED_FILE
 # define SSH_PRNG_SEED_FILE      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 */
 
 /*
  * Per-user file containing host keys of known hosts.  This file need not be
This page took 0.042738 seconds and 4 git commands to generate.