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

Diff of /imapfilter/cert.c

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

revision 1.2 by lefcha, Fri Aug 8 00:20:23 2003 UTC revision 1.3 by lefcha, Mon Feb 9 19:56:41 2004 UTC
# Line 16  Line 16 
16    
17    
18  extern char *home;  extern char *home;
19  extern unsigned int options;  extern int verbosity;
20  extern unsigned int flags;  extern unsigned int flags;
21    
22    
# Line 59  get_cert(conn_t * conn) Line 59  get_cert(conn_t * conn)
59                          goto abort;                          goto abort;
60                  break;                  break;
61          case SSL_CERT_OK:          case SSL_CERT_OK:
62                  if (options & OPTION_DETAILS_VERBOSE)                  if (verbosity >= 1)
63                          print_cert(cert, md, &mdlen);                          print_cert(cert, md, &mdlen);
64          }          }
65    

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26