[svn] Wrap the use of opt.random_file in HAVE_SSL.

This commit is contained in:
hniksic 2005-04-28 02:32:13 -07:00
parent c4a5b4dfc7
commit b633022e24
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-04-28 Hrvoje Niksic <hniksic@xemacs.org>
* init.c (commands): Wrap the use of opt.random_file in #ifdef
HAVE_SSL.
2005-04-28 Hrvoje Niksic <hniksic@xemacs.org>
* http.c (gethttp): Correctly set the user agent.

View File

@ -211,7 +211,9 @@ static struct {
{ "proxyuser", &opt.proxy_user, cmd_string },
{ "quiet", &opt.quiet, cmd_boolean },
{ "quota", &opt.quota, cmd_bytes_large },
#ifdef HAVE_SSL
{ "randomfile", &opt.random_file, cmd_file },
#endif
{ "randomwait", &opt.random_wait, cmd_boolean },
{ "readtimeout", &opt.read_timeout, cmd_time },
{ "reclevel", &opt.reclevel, cmd_number_inf },