aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/utils.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-05-13 12:54:23 -0400
committerJack Lloyd <[email protected]>2017-05-19 16:47:48 -0400
commitef2c04db178d0610352a27219e7b61b5169b826b (patch)
treef9231aa1191b81eef8bdcea256e1d07926f3681e /src/cli/utils.cpp
parentdd2c8aa1707e59844ef4a30f01983b9ee5fe60fa (diff)
Add HOTP (RFC 4226) and TOTP (RFC 6238)
Diffstat (limited to 'src/cli/utils.cpp')
-rw-r--r--src/cli/utils.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli/utils.cpp b/src/cli/utils.cpp
index 65923ec47..2bf03c760 100644
--- a/src/cli/utils.cpp
+++ b/src/cli/utils.cpp
@@ -41,6 +41,10 @@
#include <botan/hmac.h>
#endif
+#if defined(BOTAN_HAS_HOTP)
+ #include <botan/hotp.h>
+#endif
+
namespace Botan_CLI {
class Config_Info final : public Command