diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-01-09 18:59:36 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-01-09 18:59:36 +0000 |
commit | 5c33235aa1316e56b172793c7563456720d01ab9 (patch) | |
tree | 316fd16340d961992a038378010fecf30c2e8768 /usr.bin/signify/Makefile | |
parent | bd850330890a9b654cd0f4a30871ace0ef34af10 (diff) |
copy secret key comment into signature. requested by deraadt
Diffstat (limited to 'usr.bin/signify/Makefile')
-rw-r--r-- | usr.bin/signify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/signify/Makefile b/usr.bin/signify/Makefile index 7dd8ebd3547..f58ce97718f 100644 --- a/usr.bin/signify/Makefile +++ b/usr.bin/signify/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2014/01/08 05:00:01 tedu Exp $ +# $OpenBSD: Makefile,v 1.4 2014/01/09 18:59:35 tedu Exp $ .PATH: ${.CURDIR}/../ssh CPPFLAGS += -I${.CURDIR}/../ssh @@ -6,7 +6,7 @@ CPPFLAGS += -I${.CURDIR}/../ssh SRCS= signify.c SRCS+= fe25519.c sc25519.c smult_curve25519_ref.c SRCS+= mod_ed25519.c mod_ge25519.c -SRCS+= crypto_api.c +SRCS+= crypto_api.c base64.c PROG= signify |