diff options
Diffstat (limited to 'src/lib/asn1/asn1_time.h')
-rw-r--r-- | src/lib/asn1/asn1_time.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/asn1/asn1_time.h b/src/lib/asn1/asn1_time.h deleted file mode 100644 index 55ef82e05..000000000 --- a/src/lib/asn1/asn1_time.h +++ /dev/null @@ -1,14 +0,0 @@ -/* -* 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 |