diff options
author | 2013-05-16 09:12:31 +0000 | |
---|---|---|
committer | 2013-05-16 09:12:31 +0000 | |
commit | ef2ed092f6ba554763d9c493db15b8f9d0cabbb9 (patch) | |
tree | 3091020d8678a894d3b65591a0fe3317458bc3fa /usr.bin/ssh/ssh-keysign | |
parent | Fix some "unused result" warnings found via clang and -portable. ok markus@ (diff) | |
download | wireguard-openbsd-ef2ed092f6ba554763d9c493db15b8f9d0cabbb9.tar.xz wireguard-openbsd-ef2ed092f6ba554763d9c493db15b8f9d0cabbb9.zip |
switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh-keysign')
-rw-r--r-- | usr.bin/ssh/ssh-keysign/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keysign/Makefile b/usr.bin/ssh/ssh-keysign/Makefile index 5ef23ca1e5b..0627c0bf906 100644 --- a/usr.bin/ssh/ssh-keysign/Makefile +++ b/usr.bin/ssh/ssh-keysign/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2009/05/28 16:50:16 andreas Exp $ +# $OpenBSD: Makefile,v 1.7 2013/05/16 09:12:31 dtucker Exp $ .PATH: ${.CURDIR}/.. @@ -14,5 +14,5 @@ SRCS= ssh-keysign.c readconf.c roaming_dummy.c .include <bsd.prog.mk> -LDADD+= -lcrypto -lz +LDADD+= -lcrypto -lutil -lz DPADD+= ${LIBCRYPTO} ${LIBZ} |