From a6245af58eccd4ba7097bff72325cb05f5f02c61 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 27 Apr 2017 18:55:07 +1200 Subject: Correct openssl_version_number macro --- sand-leek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sand-leek.c') diff --git a/sand-leek.c b/sand-leek.c index 8a6b14a..4327f4d 100644 --- a/sand-leek.c +++ b/sand-leek.c @@ -110,7 +110,7 @@ work(void *arg) { if(strncmp(b32, search, search_len) == 0) { printf("Found %s.onion\n", b32); -#if OPENSSL_VERSION >= 0x10100000L +#if OPENSSL_VERSION_NUMBER >= 0x10100000L /* update the BN e with working e */ BN_set_word(be, e); RSA_set0_key(rsa_key, NULL, be, NULL); -- cgit v1.1