aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-05-28 21:13:54 +1200
committerDavid Phillips <david@sighup.nz>2017-05-28 21:15:06 +1200
commitcd1702d70f5e5a38cfb215d0952dbfb45eb7b2a1 (patch)
treed9c040cb2c7afd05a04fe11965af929cb2a7d2e3 /Makefile
parent89512e156e8eeb1637727591666e332baa7233bc (diff)
downloadsand-leek-cd1702d70f5e5a38cfb215d0952dbfb45eb7b2a1.tar.xz
Openssl-1.0 compat
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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