[openssh-commits] [openssh] 04/05: fix linking for sk-dummy.so, used in tests
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Oct 31 11:17:25 AEDT 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit a5f638585152863dc64ee9436a08e1d84735d740
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Fri Oct 31 11:07:17 2025 +1100
fix linking for sk-dummy.so, used in tests
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index a61d4f023..e5f836442 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -721,7 +721,7 @@ regress/unittests/utf8/test_utf8$(EXEEXT): \
SK_DUMMY_OBJS=\
regress/misc/sk-dummy/sk-dummy.lo \
regress/misc/sk-dummy/fatal.lo \
- ed25519.lo hash.lo
+ ed25519.lo ed25519-openssl.lo
SK_DUMMY_LIBRARY=@SK_DUMMY_LIBRARY@
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list