]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Include openssl compat shims in test.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 20 May 2025 09:16:38 +0000 (19:16 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 20 May 2025 09:16:38 +0000 (19:16 +1000)
Fixes tests on platforms using older LibreSSL releases prior to 3.4.

regress/unittests/sshbuf/test_sshbuf_getput_crypto.c

index 48573ae82967190d7a9fd55e40307be344b56847..46a96fdadb38a6700cf66e8a25f9911e451d56fd 100644 (file)
@@ -22,6 +22,7 @@
 #ifdef OPENSSL_HAS_NISTP256
 # include <openssl/ec.h>
 #endif
+#include "openbsd-compat/openssl-compat.h"
 
 #include "../test_helper/test_helper.h"
 #include "ssherr.h"