mirror of
http://galexander.org/git/simplesshd.git
synced 2025-01-05 20:50:59 +00:00
Remove #ifndef guards around host key filenames because they are
essential #defines. I think they just were there from an ancient cut and paste?
This commit is contained in:
parent
98d7116ee9
commit
fd81eb7897
@ -9,15 +9,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Default hostkey paths - these can be specified on the command line */
|
/* Default hostkey paths - these can be specified on the command line */
|
||||||
#ifndef DSS_PRIV_FILENAME
|
|
||||||
#define DSS_PRIV_FILENAME conf_path_file("dropbear_dss_host_key")
|
#define DSS_PRIV_FILENAME conf_path_file("dropbear_dss_host_key")
|
||||||
#endif
|
|
||||||
#ifndef RSA_PRIV_FILENAME
|
|
||||||
#define RSA_PRIV_FILENAME conf_path_file("dropbear_rsa_host_key")
|
#define RSA_PRIV_FILENAME conf_path_file("dropbear_rsa_host_key")
|
||||||
#endif
|
|
||||||
#ifndef ECDSA_PRIV_FILENAME
|
|
||||||
#define ECDSA_PRIV_FILENAME conf_path_file("dropbear_ecdsa_host_key")
|
#define ECDSA_PRIV_FILENAME conf_path_file("dropbear_ecdsa_host_key")
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Set NON_INETD_MODE if you require daemon functionality (ie Dropbear listens
|
/* Set NON_INETD_MODE if you require daemon functionality (ie Dropbear listens
|
||||||
* on chosen ports and keeps accepting connections. This is the default.
|
* on chosen ports and keeps accepting connections. This is the default.
|
||||||
|
Loading…
Reference in New Issue
Block a user