summaryrefslogtreecommitdiff
path: root/sysutils/dd_rescue/files/patch-pbkdf__ossl.c
blob: 18f9ff5cd59510c3fedc1d3176d9ea6407878a67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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))