Include openssl compatibility.

Patch from rosenp at gmail.com via openssh-unix-dev.
This commit is contained in:
Darren Tucker 2018-10-22 20:05:18 +11:00
parent a4fc253f5f
commit 31b4952516
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>
#include "openbsd-compat/openssl-compat.h"
#endif
#include "xmalloc.h"

View File

@ -29,6 +29,8 @@
#include "ssherr.h"
#include "sshbuf.h"
#include "openbsd-compat/openssl-compat.h"
#include <string.h>
int _ssh_exchange_banner(struct ssh *);