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 7bdecd5..0d4d01c 100644
--- a/ssh-ecdsa-sk.c
+++ b/ssh-ecdsa-sk.c
@@ -41,6 +41,8 @@
 #include <string.h>
 #include <stdio.h> /* needed for DEBUG_SK only */
 
+#include "openbsd-compat/openssl-compat.h"
+
 #include "sshbuf.h"
 #include "ssherr.h"
 #include "digest.h"