ports/sysutils/dd_rescue/files/patch-pbkdf__ossl.c
MANTANI Nobutaka 7e351a1d7b sysutils/dd_rescue: Update to 1.99.14
Replace "_" in the names of the patch files with "__" to conform to the
patch file name convention.
2024-08-25 21:30:33 +09:00

11 lines
255 B
C

--- 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))