diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fe657ad0fd..4622fe334c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ permissions: on: push: - branches: [ master ] + branches: [ experimental/kmac-amalg-fix ] pull_request: branches: [ master ] diff --git a/src/lib/mac/kmac/kmac.cpp b/src/lib/mac/kmac/kmac.cpp index bf82d5c7d88..63f99b875a7 100644 --- a/src/lib/mac/kmac/kmac.cpp +++ b/src/lib/mac/kmac/kmac.cpp @@ -5,9 +5,9 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#include "botan/assert.h" -#include "botan/exceptn.h" -#include "botan/secmem.h" +#include +#include +#include #include #include #include