summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/asn1/asn1_time.h
blob: 55ef82e052ca1b9a1d765ce8f46037c18ff70fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
* ASN.1 Time Representation
* (C) 1999-2007,2012 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_ASN1_TIME_H_
#define BOTAN_ASN1_TIME_H_

#include <botan/asn1_obj.h>
BOTAN_DEPRECATED_HEADER(asn1_time.h)

#endif