aboutsummaryrefslogtreecommitdiff
path: root/sand-leek.c
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-04-27 20:37:23 +1200
committerDavid Phillips <david@sighup.nz>2017-04-27 20:37:23 +1200
commit621fc38ad52eab6365028d947d46156fe9710c9d (patch)
treec450a4885d16c759422e58f5ead00ca481016a86 /sand-leek.c
parenta675da47e9ea9e2203c32743359a8d3b8ffe08b9 (diff)
downloadsand-leek-621fc38ad52eab6365028d947d46156fe9710c9d.tar.xz
Change uint64_t back to unsigned long
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;