mirror of
https://github.com/openssh/openssh-portable.git
synced 2026-01-12 00:04:08 +08:00
upstream: sk-dummy.so needs sshlog() stub after ed25519-openssl.c
change OpenBSD-Regress-ID: 50b7f49021b8085728d0544275e141fb1bf4a2b5
This commit is contained in:
committed by
Damien Miller
parent
a1c526f29b
commit
5794f2a186
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2025/11/06 01:33:03 djm Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2025/11/06 17:24:28 djm Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
@@ -9,7 +9,7 @@ NOMAN=
|
||||
SSHREL=../../../../../usr.bin/ssh
|
||||
.PATH: ${.CURDIR}/${SSHREL}
|
||||
|
||||
SRCS=sk-dummy.c
|
||||
SRCS=sk-dummy.c fatal.c
|
||||
# From usr.bin/ssh
|
||||
SRCS+=ed25519-openssl.c
|
||||
#SRCS+=ed25519.c
|
||||
|
||||
Reference in New Issue
Block a user