Skip to content

Commit

Permalink
Fix header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Jan 10, 2024
1 parent 40d0f92 commit 145e558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/pubkey/classic_mceliece/cmce_parameter_set.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef CMCE_PARAMETER_SET_H
#define CMCE_PARAMETER_SET_H
#ifndef BOTAN_CMCE_PARAMETER_SET_H
#define BOTAN_CMCE_PARAMETER_SET_H

#include <botan/oids.h>

Expand Down Expand Up @@ -66,4 +66,4 @@ Classic_McEliece_Parameter_Set param_set_from_oid(const OID& oid);

} // namespace Botan

#endif // CMCE_PARAMETER_SET_H
#endif // BOTAN_CMCE_PARAMETER_SET_H

0 comments on commit 145e558

Please sign in to comment.