The unified diff between revisions [695f5995..] and [f00ecee7..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'checks/common.h'
# # # patch "checks/common.h" # from [e568e3991ff0ab81e0e9805a2be1eca08235880e] # to [f38b5093c55d73fb0f0a13523b6fe523e868e06d] # ============================================================ --- checks/common.h e568e3991ff0ab81e0e9805a2be1eca08235880e +++ checks/common.h f38b5093c55d73fb0f0a13523b6fe523e868e06d @@ -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>