1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

tests: remove unneeded constant TOTP_SECRET

This commit is contained in:
Sébastien Helleu
2023-12-02 09:44:07 +01:00
parent 038eae07bd
commit 36b9a58c72
-1
View File
@@ -33,7 +33,6 @@ extern "C"
#define SECURE_PASSPHRASE "this_is_a_secret_passphrase"
#define SECURE_PASSWORD "this_is_a_secret_password"
#define TOTP_SECRET "secretpasswordbase32"
extern int secure_derive_key (const char *salt, const char *passphrase,
unsigned char *key, int length_key);