From e4622803c9e91e14942eae91f041e879bf8957fb Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 6 Nov 2012 15:27:33 +0000 Subject: Rename asn1_int to asn1_obj as it actually declares ASN1_Object --- src/asn1/asn1_str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/asn1/asn1_str.h') 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 +#include namespace Botan { -- cgit v1.2.3