ソースを参照

Disable Crypto v1 by default

alex.kopachov 2 年 前
コミット
726d1a5e4c
1 ファイル変更1 行追加3 行削除
  1. 1 3
      config/app/config.h

+ 1 - 3
config/app/config.h

@@ -9,9 +9,7 @@
 #endif
 #endif
 
 
 // Enables\disables backward compatibility with crypto algorithms v1
 // 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
 // Enables\disables backward compatibility with crypto algorithms v2
 #ifndef TOTP_NO_OBSOLETE_CRYPTO_V2_COMPATIBILITY
 #ifndef TOTP_NO_OBSOLETE_CRYPTO_V2_COMPATIBILITY