From: Darren Tucker Date: Wed, 20 Nov 2019 05:34:11 +0000 (+1100) Subject: Include openssl compat header. X-Git-Tag: V_8_2_P1~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f95d43dc222ce194622b706682e8de07c9cfb42;p=thirdparty%2Fopenssh-portable.git Include openssl compat header. Fixes warning for ECDSA_SIG_set0 on OpenSSL versions prior to 1.1. --- diff --git a/ssh-ecdsa-sk.c b/ssh-ecdsa-sk.c index 7bdecd584..0d4d01cac 100644 --- a/ssh-ecdsa-sk.c +++ b/ssh-ecdsa-sk.c @@ -41,6 +41,8 @@ #include #include /* needed for DEBUG_SK only */ +#include "openbsd-compat/openssl-compat.h" + #include "sshbuf.h" #include "ssherr.h" #include "digest.h"