aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/hotp/totp.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-03 08:13:09 -0500
committerJack Lloyd <[email protected]>2020-11-03 13:59:29 -0500
commitf560e43c6b5efa951c17075a3c55775bcd76ea17 (patch)
tree340993aeadd403530f9fbe8f2b3161c92c8fe49b /src/lib/misc/hotp/totp.cpp
parent0ee1130583efbc6c98869347d0f8dabe59004aa7 (diff)
More header merging
Diffstat (limited to 'src/lib/misc/hotp/totp.cpp')
-rw-r--r--src/lib/misc/hotp/totp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/misc/hotp/totp.cpp b/src/lib/misc/hotp/totp.cpp
index 9daef6655..5e1c23f61 100644
--- a/src/lib/misc/hotp/totp.cpp
+++ b/src/lib/misc/hotp/totp.cpp
@@ -5,7 +5,7 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/totp.h>
+#include <botan/otp.h>
#include <botan/calendar.h>
namespace Botan {