Skip to content

Commit

Permalink
hmac: remove unused SHA_BLOCKSIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored and sreimers committed Feb 21, 2023
1 parent b8f6c08 commit 5071947
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/hmac/hmac_sha1.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
#include <re_hmac.h>


/** SHA-1 Block size */
#ifndef SHA_BLOCKSIZE
#define SHA_BLOCKSIZE 64
#endif


/**
* Function to compute the digest
*
Expand Down

0 comments on commit 5071947

Please sign in to comment.