/[monit]/monit/ssl.c
ViewVC logotype

Diff of /monit/ssl.c

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

revision 1.7 by chopp, Fri Oct 25 15:50:46 2002 UTC revision 1.8 by rory, Mon Oct 28 22:26:07 2002 UTC
# Line 234  int update_ssl_cert_data(ssl_connection Line 234  int update_ssl_cert_data(ssl_connection
234    
235  int check_ssl_md5sum(ssl_connection * ssl, char *md5sum) {  int check_ssl_md5sum(ssl_connection * ssl, char *md5sum) {
236    
237    #ifdef HAVE_OPENSSL
238    int i= 0;    int i= 0;
239    
240    while (( i < ssl->cert_md5_len ) &&    while (( i < ssl->cert_md5_len ) &&
# Line 254  int check_ssl_md5sum(ssl_connection * ss Line 255  int check_ssl_md5sum(ssl_connection * ss
255    
256    }    }
257    
258    #endif
259    
260    return TRUE;    return TRUE;
261    
262  }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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