MCPcopy Create free account
hub / github.com/apache/httpd / ssl_log_annotation

Function ssl_log_annotation

modules/ssl/ssl_engine_log.c:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53};
54
55static const char *ssl_log_annotation(const char *error)
56{
57 int i = 0;
58
59 while (ssl_log_annotate[i].cpPattern != NULL
60 && ap_strcmp_match(error, ssl_log_annotate[i].cpPattern) != 0)
61 i++;
62
63 return ssl_log_annotate[i].cpAnnotation;
64}
65
66apr_status_t ssl_die(server_rec *s)
67{

Callers 1

ssl_log_ssl_errorFunction · 0.85

Calls 1

ap_strcmp_matchFunction · 0.85

Tested by

no test coverage detected