lm_ssl.c
changeset 4 5770be2d5f3f
parent 0 84fdfb0344c9
child 6 90073cbb535d
--- a/lm_ssl.c	Mon Feb 09 13:39:36 2009 +0200
+++ b/lm_ssl.c	Sat Feb 14 16:40:09 2009 +0200
@@ -14,7 +14,7 @@
 
 /// ssl status
 /// String, representing what problem have current ssl session.
-/// V: no cert found, untrusted cert, cert expired, cert not activated, cert hostname mismatch, cert fingerprint mismatch, generic error
+/// G:
 const string2enum_t llm_ssl_status[] = {
 	{ "no cert found",             LM_SSL_STATUS_NO_CERT_FOUND             },
 	{ "untrusted cert",            LM_SSL_STATUS_UNTRUSTED_CERT            },