From 273c74fdb918ebe0e9fc11252083626ebfd97f7b Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Wed, 16 Oct 2024 12:14:36 +1000 Subject: [PATCH] no u --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67d81dc..18737c0 100644 --- a/Makefile +++ b/Makefile @@ -750,7 +750,7 @@ endif OPENSSH_CONFIG_ARGS= \ --disable-security-key \ --disable-pkcs11 \ - --with-ssl-dir=$(shell dirname $(LIBCRYPTO)) + --without-openssl-header-check .openssh.configure: .openssh.patch $(LIBCRYPTO) cd openssh && \