From 726d1a5e4c9816be5f033194b2fd9a0c002de441 Mon Sep 17 00:00:00 2001 From: "alex.kopachov" Date: Wed, 13 Sep 2023 13:09:21 +0200 Subject: [PATCH] Disable Crypto v1 by default --- config/app/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/app/config.h b/config/app/config.h index c99599c252b..c813b94f7b2 100644 --- a/config/app/config.h +++ b/config/app/config.h @@ -9,9 +9,7 @@ #endif // Enables\disables backward compatibility with crypto algorithms v1 -#ifndef TOTP_NO_OBSOLETE_CRYPTO_V1_COMPATIBILITY -#define TOTP_OBSOLETE_CRYPTO_V1_COMPATIBILITY_ENABLED -#endif +// #define TOTP_OBSOLETE_CRYPTO_V1_COMPATIBILITY_ENABLED // Enables\disables backward compatibility with crypto algorithms v2 #ifndef TOTP_NO_OBSOLETE_CRYPTO_V2_COMPATIBILITY