Skip to content

Commit

Permalink
fixed code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
falko-strenzke committed Aug 3, 2023
1 parent 6569eef commit 1561443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/mac/mac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ std::unique_ptr<MessageAuthenticationCode> MessageAuthenticationCode::create_or_
throw Lookup_Error("MAC", algo, provider);
}


void MessageAuthenticationCode::start_msg(const uint8_t nonce[], size_t nonce_len) {
BOTAN_UNUSED(nonce);
if(nonce_len > 0) {
Expand Down

0 comments on commit 1561443

Please sign in to comment.