summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index 14e575ec9..b45350d12 100644
--- a/ssh.h
+++ b/ssh.h
@@ -13,7 +13,7 @@
13 * 13 *
14 */ 14 */
15 15
16/* RCSID("$Id: ssh.h,v 1.36 2000/04/29 23:30:46 damien Exp $"); */ 16/* RCSID("$Id: ssh.h,v 1.37 2000/05/01 23:56:42 damien Exp $"); */
17 17
18#ifndef SSH_H 18#ifndef SSH_H
19#define SSH_H 19#define SSH_H
@@ -129,6 +129,9 @@
129#ifndef SSH_PRNG_SEED_FILE 129#ifndef SSH_PRNG_SEED_FILE
130# define SSH_PRNG_SEED_FILE SSH_USER_DIR"/prng_seed" 130# define SSH_PRNG_SEED_FILE SSH_USER_DIR"/prng_seed"
131#endif /* SSH_PRNG_SEED_FILE */ 131#endif /* SSH_PRNG_SEED_FILE */
132#ifndef SSH_PRNG_COMMAND_FILE
133# define SSH_PRNG_COMMAND_FILE ETCDIR "/ssh_prng_cmds"
134#endif /* SSH_PRNG_COMMAND_FILE */
132 135
133/* 136/*
134 * Per-user file containing host keys of known hosts. This file need not be 137 * Per-user file containing host keys of known hosts. This file need not be