Skip to content

Commit

Permalink
Merge pull request #1 from neauoire/patch-1
Browse files Browse the repository at this point in the history
Added missing #include <stdint.h> in hmac
  • Loading branch information
jameshi16 authored Sep 6, 2023
2 parents 629e657 + 5f128c6 commit 3136603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hmac.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#ifndef HMAC_H
#define HMAC_H

#include <stdint.h>
#include <stdlib.h>
#include <string.h>

Expand Down

0 comments on commit 3136603

Please sign in to comment.