Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo E. GarcĂ­a <adolfo.garcia.cr@gmail.com>2017-09-25 01:00:12 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2017-09-25 01:00:12 +0300
commit522e132200712f9243e310495710e9a369c14909 (patch)
tree1db5c296ed06aba4c47cb556379bc75e9a90d938 /tests/TestTotp.h
parent5a18b8de774cb8b5843f29b3e53bea142cee9a29 (diff)
New base32 implementation (#984)
* Add new base32 encode/decode implementation * Remove old base32 implementation * Updates licensing info
Diffstat (limited to 'tests/TestTotp.h')
-rw-r--r--tests/TestTotp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/TestTotp.h b/tests/TestTotp.h
index d197294dd..785a9f522 100644
--- a/tests/TestTotp.h
+++ b/tests/TestTotp.h
@@ -30,7 +30,6 @@ class TestTotp : public QObject
private slots:
void initTestCase();
void testParseSecret();
- void testBase32();
void testTotpCode();
};