diff options
Diffstat (limited to 'checks/common.h')
-rw-r--r-- | checks/common.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/checks/common.h b/checks/common.h index f887997fd..32b1699f2 100644 --- a/checks/common.h +++ b/checks/common.h @@ -1,8 +1,7 @@ // common code for the validation and benchmark code -// this file is in the public domain -#ifndef BOTANCHECK_COMMON_H__ -#define BOTANCHECK_COMMON_H__ +#ifndef BOTAN_CHECK_COMMON_H__ +#define BOTAN_CHECK_COMMON_H__ #include <vector> #include <string> |