From: Darren Tucker Date: Mon, 21 Dec 2020 03:02:56 +0000 (+1100) Subject: Pull in missing rev 1.2. X-Git-Tag: V_8_5_P1~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c64f24e27a5e72a7f59e515fc4f4985355237ae;p=thirdparty%2Fopenssh-portable.git Pull in missing rev 1.2. --- diff --git a/regress/unittests/misc/Makefile b/regress/unittests/misc/Makefile index 06e954cb8..0c8ebc7d4 100644 --- a/regress/unittests/misc/Makefile +++ b/regress/unittests/misc/Makefile @@ -1,12 +1,19 @@ -# $OpenBSD: Makefile,v 1.1 2019/04/28 22:53:26 dtucker Exp $ +# $OpenBSD: Makefile,v 1.2 2019/08/22 21:47:27 bluhm Exp $ PROG=test_misc SRCS=tests.c # From usr.bin/ssh/Makefile.inc -SRCS+=sshbuf.c sshbuf-getput-basic.c ssherr.c log.c xmalloc.c misc.c -# From usr/bin/ssh/sshd/Makefile -SRCS+=atomicio.c cleanup.c fatal.c +SRCS+= sshbuf.c +SRCS+= sshbuf-getput-basic.c +SRCS+= sshbuf-misc.c +SRCS+= ssherr.c +SRCS+= log.c +SRCS+= xmalloc.c +SRCS+= misc.c + +# From usr.bin/ssh/sshd/Makefile +SRCS+= atomicio.c cleanup.c fatal.c REGRESS_TARGETS=run-regress-${PROG}