From: Darren Tucker Date: Wed, 2 Nov 2022 21:14:05 +0000 (+1100) Subject: Compat tests need libcrypto. X-Git-Tag: V_9_2_P1~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe88d67e7599b0bc73f6e4524add28d743e7f977;p=thirdparty%2Fopenssh-portable.git Compat tests need libcrypto. This was moved to CHANNELLIBS during the libs refactor. Spotted by rapier at psc.edu. --- diff --git a/openbsd-compat/regress/Makefile.in b/openbsd-compat/regress/Makefile.in index dd8cdc4b7..fdcefdc6f 100644 --- a/openbsd-compat/regress/Makefile.in +++ b/openbsd-compat/regress/Makefile.in @@ -10,7 +10,7 @@ CFLAGS=@CFLAGS@ CPPFLAGS=-I. -I.. -I../.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. @CPPFLAGS@ @DEFS@ EXEEXT=@EXEEXT@ LIBCOMPAT=../libopenbsd-compat.a -LIBS=@LIBS@ +LIBS=@LIBS@ @CHANNELLIBS@ LDFLAGS=@LDFLAGS@ $(LIBCOMPAT) TESTPROGS=closefromtest$(EXEEXT) snprintftest$(EXEEXT) strduptest$(EXEEXT) \