[openssh-commits] [openssh] 01/01: add compat header
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Sep 13 19:05:52 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit d64e78526596f098096113fcf148216798c327ff
Author: Damien Miller <djm at mindrot.org>
Date: Thu Sep 13 19:05:48 2018 +1000
add compat header
---
regress/unittests/sshkey/common.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/regress/unittests/sshkey/common.c b/regress/unittests/sshkey/common.c
index 548da684..e63465c4 100644
--- a/regress/unittests/sshkey/common.c
+++ b/regress/unittests/sshkey/common.c
@@ -27,6 +27,8 @@
# include <openssl/ec.h>
#endif
+#include "openbsd-compat/openssl-compat.h"
+
#include "../test_helper/test_helper.h"
#include "ssherr.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list