diff options
author | René Meusel <[email protected]> | 2022-04-19 11:54:00 +0530 |
---|---|---|
committer | René Meusel <[email protected]> | 2022-04-19 14:10:27 +0530 |
commit | 954db3e4fc27897bc0fb05624017e09e42521ea4 (patch) | |
tree | 22ae6788b44f43ebe38908199019834589f9c00e | |
parent | 225cc9a1cbb9b2add45872257909c177ff97a80f (diff) |
FIX: clangd complaining about 'suspicious string literal'
-rw-r--r-- | src/cli/tls_helpers.h | 2 |
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" }; } |