[openssh-commits] [openssh] 04/07: upstream: Cope with recent changes and don't link hash.c.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Nov 7 15:14:18 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 e57ef43c3ecb69aa237e2d88b793f18ee8a25817
Author: anton at openbsd.org <anton at openbsd.org>
AuthorDate: Sat Nov 1 05:39:25 2025 +0000
upstream: Cope with recent changes and don't link hash.c.
OpenBSD-Regress-ID: 577ef2f36ee592528448e8c0f33499e2e3512054
---
regress/misc/sk-dummy/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/misc/sk-dummy/Makefile b/regress/misc/sk-dummy/Makefile
index 4e6babc68..3d5599bc4 100644
--- a/regress/misc/sk-dummy/Makefile
+++ b/regress/misc/sk-dummy/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2025/10/23 19:06:10 miod Exp $
+# $OpenBSD: Makefile,v 1.5 2025/11/01 05:39:25 anton Exp $
.include <bsd.own.mk>
.include <bsd.obj.mk>
@@ -11,7 +11,7 @@ SSHREL=../../../../../usr.bin/ssh
SRCS=sk-dummy.c
# From usr.bin/ssh
-SRCS+=ed25519.c hash.c
+SRCS+=ed25519.c
OPENSSL?= yes
CFLAGS+= -fPIC
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list