/[anubis]/anubis/src/ssl.c
ViewVC logotype

Diff of /anubis/src/ssl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gray, Thu Mar 6 18:33:42 2003 UTC revision 1.4 by polak, Fri Mar 7 19:53:13 2003 UTC
# Line 62  ssl_error(char *txt) Line 62  ssl_error(char *txt)
62          ERR_error_string(ERR_get_error(), string_error);          ERR_error_string(ERR_get_error(), string_error);
63    
64          if (options.termlevel != SILENT) {          if (options.termlevel != SILENT) {
65                  #ifdef HAVE_SYSLOG  #ifdef HAVE_SYSLOG
66                  if ((topt & T_DAEMON) && !(topt & T_FOREGROUND))                  if ((topt & T_DAEMON) && !(topt & T_FOREGROUND))
67                          syslog(LOG_ERR | LOG_MAIL, string_error);                          syslog(LOG_ERR | LOG_MAIL, string_error);
68                  else                  else
69                  #endif /* HAVE_SYSLOG */  #endif /* HAVE_SYSLOG */
70                          mprintf(">>%s", string_error);                          mprintf(">>%s", string_error);
71          }          }
72          anubis_error(HARD, txt);          anubis_error(HARD, txt);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26