diff options
author | lloyd <[email protected]> | 2006-08-22 20:58:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-08-22 20:58:57 +0000 |
commit | c8e171dcaf8fe5750c7cbbb16d22bc5d0e3f0aa1 (patch) | |
tree | 1e11cc18af7835fcf3883585596d45e9c5d1fc14 /include | |
parent | a1f9625cd46681eaec9cd6c2616286c539f98e72 (diff) |
Change the header guard to the standard BOTAN_*_H__ form
Diffstat (limited to 'include')
-rw-r--r-- | include/x509_ext.h | 4 |
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> |