aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenĂ© Meusel <[email protected]>2022-04-19 11:54:00 +0530
committerRenĂ© Meusel <[email protected]>2022-04-19 14:10:27 +0530
commit954db3e4fc27897bc0fb05624017e09e42521ea4 (patch)
tree22ae6788b44f43ebe38908199019834589f9c00e
parent225cc9a1cbb9b2add45872257909c177ff97a80f (diff)
FIX: clangd complaining about 'suspicious string literal'
-rw-r--r--src/cli/tls_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/tls_helpers.h b/src/cli/tls_helpers.h
index f93c14719..0b5b4f810 100644
--- a/src/cli/tls_helpers.h
+++ b/src/cli/tls_helpers.h
@@ -175,7 +175,7 @@ class TLS_All_Policy final : public Botan::TLS::Policy
"AES-128",
"Camellia-256",
"Camellia-128",
- "SEED"
+ "SEED",
"3DES"
};
}