/[imapfilter]/imapfilter/socket.c
ViewVC logotype

Diff of /imapfilter/socket.c

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

revision 1.36 by lefcha, Fri Aug 8 12:29:43 2003 UTC revision 1.37 by lefcha, Mon Feb 9 19:56:42 2004 UTC
# Line 19  Line 19 
19  #endif  #endif
20    
21    
22  extern unsigned int options;  extern int verbosity;
23  extern conn_t connpri, connaux;  extern conn_t connpri, connaux;
24    
25  long timeout = -1;              /* Server non-response timeout in seconds. */  long timeout = -1;              /* Server non-response timeout in seconds. */
# Line 124  init_secure_connection(conn_t * conn, un Line 124  init_secure_connection(conn_t * conn, un
124                      ERR_error_string(ERR_get_error(), NULL));                      ERR_error_string(ERR_get_error(), NULL));
125                  goto fail;                  goto fail;
126          }          }
127          if (options & OPTION_DETAILS_VERBOSE) {          if (verbosity >= 1) {
128                  SSL_CIPHER *cipher;                  SSL_CIPHER *cipher;
129                  char *ver;                  char *ver;
130                  const char *name;                  const char *name;

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26