diff options
Diffstat (limited to 'sysutils/dd_rescue/files/patch-pbkdf__ossl.c')
-rw-r--r-- | sysutils/dd_rescue/files/patch-pbkdf__ossl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/dd_rescue/files/patch-pbkdf__ossl.c b/sysutils/dd_rescue/files/patch-pbkdf__ossl.c new file mode 100644 index 000000000000..18f9ff5cd595 --- /dev/null +++ b/sysutils/dd_rescue/files/patch-pbkdf__ossl.c @@ -0,0 +1,11 @@ +--- pbkdf_ossl.c.orig 2021-04-14 08:23:02 UTC ++++ pbkdf_ossl.c +@@ -12,7 +12,7 @@ + #include "secmem.h" + #include <stdlib.h> + #include <assert.h> +-#include <endian.h> ++#include <machine/endian.h> + #include <stdint.h> + + #define MIN(a,b) ((a)<(b)? (a): (b)) |