]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
use relative rather than system include here
authorDamien Miller <djm@mindrot.org>
Sat, 3 Oct 2020 03:38:55 +0000 (13:38 +1000)
committerDamien Miller <djm@mindrot.org>
Sat, 3 Oct 2020 03:39:17 +0000 (13:39 +1000)
openbsd-compat/sha2.c

index e36cc24ef6171e88e0fe82fc28d29178b490bbc5..ce936e262c89f72c52d9f92e039c1d958afbe83d 100644 (file)
@@ -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: