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