diff options
Diffstat (limited to 'src/lib/x509/x509_ca.h')
-rw-r--r-- | src/lib/x509/x509_ca.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/x509/x509_ca.h b/src/lib/x509/x509_ca.h index f9fd34d09..d10bdb338 100644 --- a/src/lib/x509/x509_ca.h +++ b/src/lib/x509/x509_ca.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_X509_CA_H__ -#define BOTAN_X509_CA_H__ +#ifndef BOTAN_X509_CA_H_ +#define BOTAN_X509_CA_H_ #include <botan/x509cert.h> #include <botan/x509_crl.h> |