Skip to content

Commit

Permalink
Touch an hpke file
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Oct 31, 2024
1 parent 8462e3e commit 1e921a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
crypto: ${{ fromJson(needs.choose_crypto_matrix.outputs.matrix )}}
steps:
- run: echo "Hello ${{ matrix.someValue }}"
- run: echo "Hello ${{ matrix.crypto }}"

# formatting-check:
# name: Formatting Check
Expand Down
2 changes: 2 additions & 0 deletions lib/hpke/src/aead_cipher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

namespace MLS_NAMESPACE::hpke {

static void unused() {}

///
/// ExportOnlyCipher
///
Expand Down

0 comments on commit 1e921a9

Please sign in to comment.