From cd1702d70f5e5a38cfb215d0952dbfb45eb7b2a1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 28 May 2017 21:13:54 +1200 Subject: Openssl-1.0 compat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2998c81..b94150a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ LDFLAGS += -lssl -lcrypto -lpthread all: sand-leek -sand-leek: sand-leek.o onion_base32.o +sand-leek: sand-leek.o onion_base32.o key_update.o clean: rm -vf sand-leek *.o -- cgit v1.1