From 31b49525168245abe16ad49d7b7f519786b53a38 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 22 Oct 2018 20:05:18 +1100 Subject: Include openssl compatibility. Patch from rosenp at gmail.com via openssh-unix-dev. --- ssh-keysign.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ssh-keysign.c') diff --git a/ssh-keysign.c b/ssh-keysign.c index 744ecb4f9..bcd1508c0 100644 --- a/ssh-keysign.c +++ b/ssh-keysign.c @@ -40,6 +40,7 @@ #include #include #include +#include "openbsd-compat/openssl-compat.h" #endif #include "xmalloc.h" -- cgit v1.2.3