From 3283cdb3d16f82332d69e59ede155f0ebe0d2423 Mon Sep 17 00:00:00 2001 From: Duc Canh Le Date: Sun, 25 Sep 2022 13:54:20 +0800 Subject: [PATCH] fix style --- src/Core/Settings.h | 1 + src/Functions/FunctionsAES.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Settings.h b/src/Core/Settings.h index 213582c19b5..9dd87904a56 100644 --- a/src/Core/Settings.h +++ b/src/Core/Settings.h @@ -634,6 +634,7 @@ static constexpr UInt64 operator""_GiB(unsigned long long value) \ M(Map, additional_table_filters, "", "Additional filter expression which would be applied after reading from specified table. Syntax: {'table1': 'expression', 'database.table2': 'expression'}", 0) \ M(String, additional_result_filter, "", "Additional filter expression which would be applied to query result", 0) \ + \ /** Experimental functions */ \ M(Bool, allow_experimental_funnel_functions, false, "Enable experimental functions for funnel analysis.", 0) \ M(Bool, allow_experimental_nlp_functions, false, "Enable experimental functions for natural language processing.", 0) \ diff --git a/src/Functions/FunctionsAES.h b/src/Functions/FunctionsAES.h index e073dd3a025..c9002079b30 100644 --- a/src/Functions/FunctionsAES.h +++ b/src/Functions/FunctionsAES.h @@ -677,7 +677,6 @@ private: } else { - decrypted += output_len; // 3: optionally get tag from the ciphertext (RFC5116) and feed it to the context if constexpr (mode == CipherMode::RFC5116_AEAD_AES_GCM)