From: Darren Tucker Date: Tue, 20 May 2025 12:17:02 +0000 (+1000) Subject: Include OpenSSL compat shim where needed. X-Git-Tag: V_10_1_P1~282 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=750f1867476bda36879f69e25e8f52cb45c58807;p=thirdparty%2Fopenssh-portable.git Include OpenSSL compat shim where needed. --- diff --git a/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c b/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c index 9316805e0..da7f5a233 100644 --- a/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c +++ b/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c @@ -70,6 +70,7 @@ #include #include #include +#include "openbsd-compat/openssl-compat.h" extern char *__progname; diff --git a/sk-usbhid.c b/sk-usbhid.c index e2fa0b499..c18c40df2 100644 --- a/sk-usbhid.c +++ b/sk-usbhid.c @@ -49,6 +49,7 @@ #include #include #include +#include "openbsd-compat/openssl-compat.h" #endif /* WITH_OPENSSL */ #include