diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-09-20 14:26:36 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-23 09:24:03 +0200 |
commit | d40fe50a6755ab701f2fe8a434f1d3331769a4c0 (patch) | |
tree | 52a3d1e3129646303f17e661a29d7ad7db4e2be7 /lib/crypto | |
parent | 4383665101db5c2ddb37d5c90ee9304e468b0310 (diff) | |
download | samba-d40fe50a6755ab701f2fe8a434f1d3331769a4c0.tar.gz samba-d40fe50a6755ab701f2fe8a434f1d3331769a4c0.tar.bz2 samba-d40fe50a6755ab701f2fe8a434f1d3331769a4c0.zip |
build: avoid util.h as a public header name due to conflict with MacOS
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/hmacmd5test.c | 2 | ||||
-rw-r--r-- | lib/crypto/md4test.c | 2 | ||||
-rw-r--r-- | lib/crypto/md5test.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/crypto/hmacmd5test.c b/lib/crypto/hmacmd5test.c index a6621a6e13..a951409cad 100644 --- a/lib/crypto/hmacmd5test.c +++ b/lib/crypto/hmacmd5test.c @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "replace.h" -#include "../lib/util/util.h" +#include "../lib/util/samba_util.h" #include "../lib/crypto/crypto.h" struct torture_context; diff --git a/lib/crypto/md4test.c b/lib/crypto/md4test.c index 7516e826ab..4ee05c1f8b 100644 --- a/lib/crypto/md4test.c +++ b/lib/crypto/md4test.c @@ -18,7 +18,7 @@ */ #include "replace.h" -#include "../lib/util/util.h" +#include "../lib/util/samba_util.h" #include "../lib/crypto/crypto.h" struct torture_context; diff --git a/lib/crypto/md5test.c b/lib/crypto/md5test.c index 0457d4d4ea..38e65317ff 100644 --- a/lib/crypto/md5test.c +++ b/lib/crypto/md5test.c @@ -18,7 +18,7 @@ */ #include "replace.h" -#include "../lib/util/util.h" +#include "../lib/util/samba_util.h" #include "../lib/crypto/crypto.h" struct torture_context; |