artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2adbe2
)
dang it!
author
tedu
<tedu@openbsd.org>
Mon, 13 Jan 2014 01:41:00 +0000
(
01:41
+0000)
committer
tedu
<tedu@openbsd.org>
Mon, 13 Jan 2014 01:41:00 +0000
(
01:41
+0000)
usr.bin/signify/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/signify/Makefile
b/usr.bin/signify/Makefile
index
f09c0dc
..
4319939
100644
(file)
--- 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