summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0489df9)
raw | patch | inline | side by side (parent: 0489df9)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Wed, 20 May 2009 18:06:29 +0000 (14:06 -0400) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Wed, 20 May 2009 18:06:29 +0000 (14:06 -0400) |
plugins/sslutils.c | patch | blob | history |
diff --git a/plugins/sslutils.c b/plugins/sslutils.c
index aa571b6c2c59da721329f63c625530ee7f43d774..64f4d61c9179c9c5d93e5ff5e5bebe7a17ac7b98 100644 (file)
--- a/plugins/sslutils.c
+++ b/plugins/sslutils.c
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) {
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;