mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
Include openssl compat header.
Fixes warning for ECDSA_SIG_set0 on OpenSSL versions prior to 1.1.
This commit is contained in:
parent
a70d92f236
commit
2f95d43dc2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user