diff options
author | 2014-01-13 01:41:00 +0000 | |
---|---|---|
committer | 2014-01-13 01:41:00 +0000 | |
commit | 7e0ec83bf27f1f6b8aed1239997a048d277486cc (patch) | |
tree | f481405bcd5d73c0262a90e39c942d97ba496f86 | |
parent | new day, new options. -m message and -x signature. (diff) | |
download | wireguard-openbsd-7e0ec83bf27f1f6b8aed1239997a048d277486cc.tar.xz wireguard-openbsd-7e0ec83bf27f1f6b8aed1239997a048d277486cc.zip |
dang it!
-rw-r--r-- | usr.bin/signify/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/signify/Makefile b/usr.bin/signify/Makefile index f09c0dc45a7..43199395d8a 100644 --- a/usr.bin/signify/Makefile +++ b/usr.bin/signify/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2014/01/13 01:40:43 tedu Exp $ +# $OpenBSD: Makefile,v 1.9 2014/01/13 01:41:00 tedu Exp $ .PATH: ${.CURDIR}/../ssh CPPFLAGS += -I${.CURDIR}/../ssh @@ -7,7 +7,6 @@ SRCS= signify.c SRCS+= fe25519.c sc25519.c smult_curve25519_ref.c SRCS+= mod_ed25519.c mod_ge25519.c SRCS+= crypto_api.c -SRCS+= base64.c PROG= signify |