From d24f007677093edab012470f128b2712cfce6bb5 Mon Sep 17 00:00:00 2001 From: bapt Date: Thu, 5 Mar 2015 20:25:09 +0000 Subject: Move ssh into a dedicated package Flag config files as "to be merged on upgrade" --- secure/lib/libssh/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'secure/lib/libssh') diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 725ace8..624a6e0 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -19,6 +19,7 @@ SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c \ kexc25519.c kexc25519c.c poly1305.c chacha.c cipher-chachapoly.c \ ssh-ed25519.c digest-openssl.c hmac.c \ sc25519.c ge25519.c fe25519.c ed25519.c verify.c hash.c blocks.c +PACKAGE= ssh # gss-genr.c should be in $SRCS but causes linking problems, so it is # compiled directly into sshd instead. -- cgit v1.1