diff options
author | lloyd <[email protected]> | 2012-11-06 15:27:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-11-06 15:27:33 +0000 |
commit | e4622803c9e91e14942eae91f041e879bf8957fb (patch) | |
tree | 985b7e4487d1c65f60976107ee29848116ffe5c2 /src/asn1/asn1_str.h | |
parent | 9fa2b506ec836b9438ad0b81c881f63b37e934cc (diff) |
Rename asn1_int to asn1_obj as it actually declares ASN1_Object
Diffstat (limited to 'src/asn1/asn1_str.h')
-rw-r--r-- | src/asn1/asn1_str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asn1/asn1_str.h b/src/asn1/asn1_str.h index ba43b0e94..42f1ef5ae 100644 --- a/src/asn1/asn1_str.h +++ b/src/asn1/asn1_str.h @@ -8,7 +8,7 @@ #ifndef BOTAN_ASN1_STRING_H__ #define BOTAN_ASN1_STRING_H__ -#include <botan/asn1_int.h> +#include <botan/asn1_obj.h> namespace Botan { |