From 91f53520bc1e62a0303bb66284937f77aeb4b314 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 11 Apr 2018 18:10:32 +0200 Subject: [PATCH] Revert "libssh: Remove local vis.c from the build." This reverts commit dc312142da731a4dd82f924bf4442734ec45e880. It needs further thought, our does not have VIS_ALL (see BROKEN_STRNVIS in lib/libssh/config.h). --- lib/libssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libssh/Makefile b/lib/libssh/Makefile index dacc5ad4ef..b052c6714e 100644 --- a/lib/libssh/Makefile +++ b/lib/libssh/Makefile @@ -31,7 +31,7 @@ SRCS+= authfd.c authfile.c bufaux.c bufbn.c bufec.c buffer.c \ # Portability layer SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c explicit_bzero.c \ getrrsetbyname.c glob.c openssl-compat.c \ - port-tun.c reallocarray.c realpath.c timingsafe_bcmp.c \ + port-tun.c reallocarray.c realpath.c timingsafe_bcmp.c vis.c \ recallocarray.c # only when USE_BUILTIN_RIJNDAEL -- 2.41.0