summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-10-24 18:37:09 +0000
committerNick Mathewson <nickm@torproject.org>2005-10-24 18:37:09 +0000
commita20835ac920b446e808116dad8ba6cf9c7d18a7e (patch)
tree10d3e916da8377298aa1244568af8e3ce9b1b6de /src/common/tortls.c
parente2c6d6ce201f228fc3f0c48cdbb06c9934369c81 (diff)
downloadtor-a20835ac920b446e808116dad8ba6cf9c7d18a7e.tar.gz
tor-a20835ac920b446e808116dad8ba6cf9c7d18a7e.zip
Check for even more windows version flags, and note any we do not recognize.
svn:r5297
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index 90aa5cacf0..a4cd730b38 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -689,7 +689,7 @@ log_cert_lifetime(X509 *cert, const char *problem)
problem);
if (!(bio = BIO_new(BIO_s_mem()))) {
- log_fn(LOG_WARN, LD_GENERAL, "Couldn't allocate BIO!"); goto end;
+ warn(LD_GENERAL, "Couldn't allocate BIO!"); goto end;
}
if (!(ASN1_TIME_print(bio, X509_get_notBefore(cert)))) {
tls_log_errors(LOG_WARN, "printing certificate lifetime");