Skip to content

Commit 726d1a5

Browse files
committed
Disable Crypto v1 by default
1 parent 172f292 commit 726d1a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/app/config.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
#endif
1010

1111
// Enables\disables backward compatibility with crypto algorithms v1
12-
#ifndef TOTP_NO_OBSOLETE_CRYPTO_V1_COMPATIBILITY
13-
#define TOTP_OBSOLETE_CRYPTO_V1_COMPATIBILITY_ENABLED
14-
#endif
12+
// #define TOTP_OBSOLETE_CRYPTO_V1_COMPATIBILITY_ENABLED
1513

1614
// Enables\disables backward compatibility with crypto algorithms v2
1715
#ifndef TOTP_NO_OBSOLETE_CRYPTO_V2_COMPATIBILITY

0 commit comments

Comments
 (0)