ports/sysutils/dd_rescue/files/patch-pbkdf_ossl.c
MANTANI Nobutaka 32c8a26e27 - Update to 1.99.8.
- Regenerate patches with make makepatch.
2018-07-15 16:45:41 +00:00

11 lines
252 B
C

--- pbkdf_ossl.c.orig 2017-11-04 09:03:51 UTC
+++ pbkdf_ossl.c
@@ -11,7 +11,7 @@
#include "md5.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))