Include openssl compat header.

Fixes warning for ECDSA_SIG_set0 on OpenSSL versions prior to 1.1.
This commit is contained in:
Darren Tucker 2019-11-20 16:34:11 +11:00
parent a70d92f236
commit 2f95d43dc2
1 changed files with 2 additions and 0 deletions

View File

@ -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"