[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2198] nagiosplug/trunk/plugins/sslutils.c
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Wed May 20 20:07:16 CEST 2009
Revision: 2198
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2198&view=rev
Author: dermoth
Date: 2009-05-20 18:07:15 +0000 (Wed, 20 May 2009)
Log Message:
-----------
Whitespace changes only
From: Thomas Guyot-Sionnest <dermoth at aei.ca>
Modified Paths:
--------------
nagiosplug/trunk/plugins/sslutils.c
Modified: nagiosplug/trunk/plugins/sslutils.c
===================================================================
--- nagiosplug/trunk/plugins/sslutils.c 2009-05-20 05:52:14 UTC (rev 2197)
+++ nagiosplug/trunk/plugins/sslutils.c 2009-05-20 18:07:15 UTC (rev 2198)
@@ -36,7 +36,7 @@
static int initialized=0;
int np_net_ssl_init (int sd) {
- return np_net_ssl_init_with_hostname(sd, NULL);
+ return np_net_ssl_init_with_hostname(sd, NULL);
}
int np_net_ssl_init_with_hostname (int sd, char *host_name) {
@@ -97,7 +97,7 @@
int np_net_ssl_check_cert(int days_till_exp){
# ifdef USE_OPENSSL
X509 *certificate=NULL;
- ASN1_STRING *tm;
+ ASN1_STRING *tm;
int offset;
struct tm stamp;
float time_left;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list