diff options
Diffstat (limited to 'src/lib/x509/datastor.h')
-rw-r--r-- | src/lib/x509/datastor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/x509/datastor.h b/src/lib/x509/datastor.h index 1b3fc244e..5cb9fad9d 100644 --- a/src/lib/x509/datastor.h +++ b/src/lib/x509/datastor.h @@ -5,8 +5,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_DATA_STORE_H__ -#define BOTAN_DATA_STORE_H__ +#ifndef BOTAN_DATA_STORE_H_ +#define BOTAN_DATA_STORE_H_ #include <botan/secmem.h> #include <functional> |