Skip to content

Commit

Permalink
#ifndef header brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
tansy committed Oct 5, 2023
1 parent ce58f1b commit 20468f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wyhash_secret.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#include <stdbool.h>
#include "wyhash.h"

#ifndef wyhash_secret_standal1
#define wyhash_secret_standal1

// Miller-Rabin primality test from https://rosettacode.org/wiki/Miller%E2%80%93Rabin_primality_test#C
static uint64_t mul_mod(uint64_t a, uint64_t b, const uint64_t mod)
{
Expand Down Expand Up @@ -119,5 +122,6 @@ int main(int argc, char* argv[])
}
return 0;
}
#endif
#endif /* WYHASH_SECRET_TESTX */

#endif /* wyhash_secret_standal1 */

0 comments on commit 20468f0

Please sign in to comment.