From 2f95d43dc222ce194622b706682e8de07c9cfb42 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 20 Nov 2019 16:34:11 +1100 Subject: Include openssl compat header. Fixes warning for ECDSA_SIG_set0 on OpenSSL versions prior to 1.1. --- ssh-ecdsa-sk.c | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3