Skip to content

Commit

Permalink
use relative rather than system include here
Browse files Browse the repository at this point in the history
  • Loading branch information
djmdjm committed Oct 3, 2020
1 parent 922cfac commit 86cc8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbsd-compat/sha2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86cc8ce

Please sign in to comment.