Skip to content

Commit 185408f

Browse files
committed
Define preprocessor symbol ARGON2_LOCAL as static
1 parent 64a7d38 commit 185408f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/argon2/libargon2.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
#define ARGON2_PRIVATE static
77
#endif
88

9+
#ifndef ARGON2_LOCAL
10+
#define ARGON2_LOCAL static
11+
#endif
12+
913
#ifndef BLAKE2B_API
1014
#define BLAKE2B_API static
1115
#endif

0 commit comments

Comments
 (0)