summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/misc/hotp/totp.h
blob: a5a0831927a02f08e3755e82fbc84ec4c547d741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
* (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