summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/sha2.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2020-10-03 05:38:55 +0200
committerDamien Miller <djm@mindrot.org>2020-10-03 05:39:17 +0200
commit86cc8ce002ea10e88a4c5d622a8fdfab8a7d261f (patch)
treed232b166d2a2f780e27f57cca86a97fb7ddd0f4c /openbsd-compat/sha2.c
parentadd some openbsd-compat licenses we missed (diff)
downloadopenssh-86cc8ce002ea10e88a4c5d622a8fdfab8a7d261f.tar.xz
openssh-86cc8ce002ea10e88a4c5d622a8fdfab8a7d261f.zip
use relative rather than system include here
Diffstat (limited to '')
-rw-r--r--openbsd-compat/sha2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/sha2.c b/openbsd-compat/sha2.c
index e36cc24ef..ce936e262 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: