[svn] Wrap private key commands in #ifdef HAVE_SSL.

This commit is contained in:
hniksic 2005-04-27 11:27:57 -07:00
parent 39ea6d817b
commit 9df281f755
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-04-27 Hrvoje Niksic <hniksic@xemacs.org>
* init.c: Wrap private key commands in IF_SSL.
2005-04-27 Hrvoje Niksic <hniksic@xemacs.org>
* openssl.c (ssl_init): Ditto.

View File

@ -195,8 +195,10 @@ static struct {
{ "postfile", &opt.post_file_name, cmd_file },
{ "preferfamily", NULL, cmd_spec_prefer_family },
{ "preservepermissions", &opt.preserve_perm, cmd_boolean },
#ifdef HAVE_SSL
{ "privatekey", &opt.private_key, cmd_file },
{ "privatekeytype", &opt.private_key_type, cmd_cert_type },
#endif
{ "progress", &opt.progress_type, cmd_spec_progress },
{ "protocoldirectories", &opt.protocol_directories, cmd_boolean },
{ "proxypasswd", &opt.proxy_passwd, cmd_string },