use relative rather than system include here
This commit is contained in:
parent
922cfac5ed
commit
86cc8ce002
|
@ -45,7 +45,7 @@
|
||||||
#define MAKE_CLONE(x, y) void __ssh_compat_make_clone_##x_##y(void)
|
#define MAKE_CLONE(x, y) void __ssh_compat_make_clone_##x_##y(void)
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sha2.h>
|
#include "openbsd-compat/sha2.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* UNROLLED TRANSFORM LOOP NOTE:
|
* UNROLLED TRANSFORM LOOP NOTE:
|
||||||
|
|
Loading…
Reference in New Issue