[openssh-commits] [openssh] 01/01: Include openssl compat header.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Nov 20 16:35:37 AEDT 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 2f95d43dc222ce194622b706682e8de07c9cfb42
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Nov 20 16:34:11 2019 +1100
Include openssl compat header.
Fixes warning for ECDSA_SIG_set0 on OpenSSL versions prior to 1.1.
---
ssh-ecdsa-sk.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ssh-ecdsa-sk.c b/ssh-ecdsa-sk.c
index 7bdecd58..0d4d01ca 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"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list