diff options
Diffstat (limited to 'src/lib/prov/pkcs11/p11_slot.h')
-rw-r--r-- | src/lib/prov/pkcs11/p11_slot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/prov/pkcs11/p11_slot.h b/src/lib/prov/pkcs11/p11_slot.h index f64122e17..1787aab0d 100644 --- a/src/lib/prov/pkcs11/p11_slot.h +++ b/src/lib/prov/pkcs11/p11_slot.h @@ -6,8 +6,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_P11_SLOT_H__ -#define BOTAN_P11_SLOT_H__ +#ifndef BOTAN_P11_SLOT_H_ +#define BOTAN_P11_SLOT_H_ #include <string> #include <vector> |