For forward-compatibility with the codes when they switch to TLS naming.
Leaving undocumented until that change actually happens.
#endif
#if USE_OPENSSL
-// SSL (ssl::) tokens
+// TLS/SSL (tls:: or ssl::) tokens
static TokenTableEntry TokenTableSsl[] = {
TokenTableEntry("bump_mode", LFT_SSL_BUMP_MODE),
TokenTableEntry(">cert_subject", LFT_SSL_USER_CERT_SUBJECT),
TheConfig.registerTokens(SBuf("icap"),::Format::TokenTableIcap);
#endif
#if USE_OPENSSL
+ TheConfig.registerTokens(SBuf("tls"),::Format::TokenTableSsl);
TheConfig.registerTokens(SBuf("ssl"),::Format::TokenTableSsl);
#endif
}