Skip to content

Commit

Permalink
test fix with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FAlbertDev committed Aug 11, 2023
1 parent 9cefe8d commit 21c0457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ permissions:

on:
push:
branches: [ master ]
branches: [ experimental/kmac-amalg-fix ]
pull_request:
branches: [ master ]

Expand Down
6 changes: 3 additions & 3 deletions src/lib/mac/kmac/kmac.cpp
Expand Up @@ -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 <botan/assert.h>
#include <botan/exceptn.h>
#include <botan/secmem.h>
#include <botan/types.h>
#include <botan/internal/kmac.h>
#include <limits>
Expand Down

0 comments on commit 21c0457

Please sign in to comment.