From: Darren Tucker Date: Tue, 20 May 2025 09:16:38 +0000 (+1000) Subject: Include openssl compat shims in test. X-Git-Tag: V_10_1_P1~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d9a2c0369419f3b4952e597db7b8696f54e7f3a;p=thirdparty%2Fopenssh-portable.git Include openssl compat shims in test. Fixes tests on platforms using older LibreSSL releases prior to 3.4. --- diff --git a/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c b/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c index 48573ae82..46a96fdad 100644 --- a/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c +++ b/regress/unittests/sshbuf/test_sshbuf_getput_crypto.c @@ -22,6 +22,7 @@ #ifdef OPENSSL_HAS_NISTP256 # include #endif +#include "openbsd-compat/openssl-compat.h" #include "../test_helper/test_helper.h" #include "ssherr.h"