[openssh-commits] [openssh] 02/03: use relative rather than system include here
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Oct 3 13:39:34 AEST 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 86cc8ce002ea10e88a4c5d622a8fdfab8a7d261f
Author: Damien Miller <djm at mindrot.org>
Date: Sat Oct 3 13:38:55 2020 +1000
use relative rather than system include here
---
openbsd-compat/sha2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openbsd-compat/sha2.c b/openbsd-compat/sha2.c
index e36cc24e..ce936e26 100644
--- a/openbsd-compat/sha2.c
+++ b/openbsd-compat/sha2.c
@@ -45,7 +45,7 @@
#define MAKE_CLONE(x, y) void __ssh_compat_make_clone_##x_##y(void)
#include <string.h>
-#include <sha2.h>
+#include "openbsd-compat/sha2.h"
/*
* UNROLLED TRANSFORM LOOP NOTE:
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list