[openssh-commits] [openssh] 01/01: Include openssl compatibility.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Oct 22 20:11:36 AEDT 2018


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch V_7_9
in repository openssh.

commit 55d7cdda4dc4e8284ccd276f73440be400250a1e
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Oct 22 20:05:18 2018 +1100

    Include openssl compatibility.
    
    Patch from rosenp at gmail.com via openssh-unix-dev.
---
 ssh-keysign.c | 1 +
 ssh_api.c     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/ssh-keysign.c b/ssh-keysign.c
index 744ecb4f..bcd1508c 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -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"
diff --git a/ssh_api.c b/ssh_api.c
index c84b4e71..e727c0d6 100644
--- a/ssh_api.c
+++ b/ssh_api.c
@@ -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 *);

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list