packages feed

Z-Botan-0.4.0.0: third_party/botan/src/lib/asn1/asn1_str.h

/*
* ASN.1 string type
* (C) 1999-2010 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_ASN1_STRING_H_
#define BOTAN_ASN1_STRING_H_

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

#endif