aboutsummaryrefslogtreecommitdiff
path: root/sand-leek.c
diff options
context:
space:
mode:
Diffstat (limited to 'sand-leek.c')
-rw-r--r--sand-leek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sand-leek.c b/sand-leek.c
index 6c571e2..f8f0f2a 100644
--- a/sand-leek.c
+++ b/sand-leek.c
@@ -43,7 +43,7 @@ void*
work(void *arg) {
char onion[17];
unsigned char sha[20];
- uint64_t e = EXPONENT_MIN;
+ unsigned long e = EXPONENT_MIN;
unsigned int e_big_endian = 0;
unsigned char *der_data = NULL;
unsigned char *tmp_data = NULL;