diff -r 4fd19a188509 -r 5770be2d5f3f lm_ssl.c --- 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 },