mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-02-10 16:28:18 +01:00
Use implicit <md5.h> from overlay instead explicit <bsd/md5.h>
This was assuming an installed <bsd/md5.h> on the system, due to the build system not including -Iinclude/ anymore. Regression introduced in commit 901ed630fc64fca828e031bc8fa6780db9f05db1.
This commit is contained in:
parent
1b5b1cd52a
commit
cd67cb1417
@ -31,7 +31,7 @@ lib_LTLIBRARIES = libbsd.la
|
||||
|
||||
hash/md5hl.c: $(srcdir)/hash/helper.c
|
||||
$(MKDIR_P) hash
|
||||
$(AM_V_GEN) sed -e 's:hashinc:bsd/md5.h:g' -e 's:HASH:MD5:g' $< > $@
|
||||
$(AM_V_GEN) sed -e 's:hashinc:md5.h:g' -e 's:HASH:MD5:g' $< > $@
|
||||
|
||||
libbsd_la_DEPENDENCIES = \
|
||||
libbsd.map
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
#include <bsd/md5.h>
|
||||
#include <md5.h>
|
||||
|
||||
#define PUT_64BIT_LE(cp, value) do { \
|
||||
(cp)[7] = (value) >> 56; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user