aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/hotp/totp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/misc/hotp/totp.h')
-rw-r--r--src/lib/misc/hotp/totp.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/misc/hotp/totp.h b/src/lib/misc/hotp/totp.h
deleted file mode 100644
index a5a083192..000000000
--- a/src/lib/misc/hotp/totp.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
-* (C) 2017 Jack Lloyd
-*
-* Botan is released under the Simplified BSD License (see license.txt)
-*/
-
-#ifndef BOTAN_TOTP_H_
-#define BOTAN_TOTP_H_
-
-#include <botan/otp.h>
-BOTAN_DEPRECATED_HEADER(totp.h)
-
-#endif