summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2016-05-25 21:43:32 -0400
committerFranklin Wei <frankhwei536@gmail.com>2016-06-05 14:25:09 -0400
commit30d7ead6af5c28ff72d6e47bab7e044657be7ce6 (patch)
tree57b38d872bb37cf361fb2777ba5da48d5fc14a3c /apps/plugins/lib/SOURCES
parent59ae562a3280105595e690ebff772ea4f7790970 (diff)
downloadrockbox-30d7ead6af5c28ff72d6e47bab7e044657be7ce6.tar.gz
rockbox-30d7ead6af5c28ff72d6e47bab7e044657be7ce6.zip
One-Time Password client (HOTP and TOTP)
* Implements RFC 4226 (HOTP) and RFC 6238 (TOTP) * Adds sha1.c to apps/plugins/lib (orignally tools/hmac-sha1.c) * See manual entry for more information Change-Id: Ia4a4031b29f97361b541e71438aa7f3ea82212f2
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index 0a125dbbe4..747355b44b 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -1,3 +1,4 @@
+sha1.c
gcc-support.c
pluginlib_actions.c
helper.c