Botan 2.19.3
Crypto and TLS for C&
totp.h
Go to the documentation of this file.
1/*
2* (C) 2017 Jack Lloyd
3*
4* Botan is released under the Simplified BSD License (see license.txt)
5*/
6
7#ifndef BOTAN_TOTP_H_
8#define BOTAN_TOTP_H_
9
10#include <botan/otp.h>
12
13#endif
#define BOTAN_DEPRECATED_HEADER(hdr)
Definition compiler.h:132