Skip to content

Commit

Permalink
Blindly try to fix HL for Macs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Nov 29, 2022
1 parent 5984b8f commit cf2d833
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Backends/Kinc-HL/hl/libs/fmt/fmt_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#define HL_NAME(n) fmt_##n
#include <hl.h>

unsigned long adler32(unsigned long adler, const unsigned char *buf, unsigned int len);
unsigned long crc32(unsigned long crc, const unsigned char *buf, unsigned int len);

/* ------------------------------------------------- CRYPTO --------------------------------------------------- */

typedef unsigned int uint32;
Expand Down

0 comments on commit cf2d833

Please sign in to comment.