diff options
Diffstat (limited to 'src/lib/asn1/asn1_oid.h')
-rw-r--r-- | src/lib/asn1/asn1_oid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/asn1/asn1_oid.h b/src/lib/asn1/asn1_oid.h index 4cf6e8a93..8f3f20f2f 100644 --- a/src/lib/asn1/asn1_oid.h +++ b/src/lib/asn1/asn1_oid.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_ASN1_OID_H__ -#define BOTAN_ASN1_OID_H__ +#ifndef BOTAN_ASN1_OID_H_ +#define BOTAN_ASN1_OID_H_ #include <botan/asn1_obj.h> #include <string> |