aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-08-22 20:58:57 +0000
committerlloyd <[email protected]>2006-08-22 20:58:57 +0000
commitc8e171dcaf8fe5750c7cbbb16d22bc5d0e3f0aa1 (patch)
tree1e11cc18af7835fcf3883585596d45e9c5d1fc14 /include
parenta1f9625cd46681eaec9cd6c2616286c539f98e72 (diff)
Change the header guard to the standard BOTAN_*_H__ form
Diffstat (limited to 'include')
-rw-r--r--include/x509_ext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/x509_ext.h b/include/x509_ext.h
index 98aeee95a..515f6d4ee 100644
--- a/include/x509_ext.h
+++ b/include/x509_ext.h
@@ -3,8 +3,8 @@
* (C) 1999-2006 The Botan Project *
*************************************************/
-#ifndef BOTAN_X509_EXTENSIONS__
-#define BOTAN_X509_EXTENSIONS__
+#ifndef BOTAN_X509_EXTENSIONS_H__
+#define BOTAN_X509_EXTENSIONS_H__
#include <botan/asn1_int.h>
#include <botan/asn1_oid.h>