Botan  2.19.1
Crypto and TLS for C++11
asn1_time.h
Go to the documentation of this file.
1 /*
2 * ASN.1 Time Representation
3 * (C) 1999-2007,2012 Jack Lloyd
4 *
5 * Botan is released under the Simplified BSD License (see license.txt)
6 */
7 
8 #ifndef BOTAN_ASN1_TIME_H_
9 #define BOTAN_ASN1_TIME_H_
10 
11 #include <botan/asn1_obj.h>
12 BOTAN_DEPRECATED_HEADER(asn1_time.h)
13 
14 #endif
#define BOTAN_DEPRECATED_HEADER(hdr)
Definition: compiler.h:132