summaryrefslogtreecommitdiff
path: root/other/fun/strkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/fun/strkey.c')
-rw-r--r--other/fun/strkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/fun/strkey.c b/other/fun/strkey.c
index ef54a404..d769318a 100644
--- a/other/fun/strkey.c
+++ b/other/fun/strkey.c
@@ -43,7 +43,7 @@
43 43
44#define PRINT_TRIES_COUNT 44#define PRINT_TRIES_COUNT
45 45
46void print_key(unsigned char *key) 46static void print_key(unsigned char *key)
47{ 47{
48 size_t i; 48 size_t i;
49 49