From 809e32e8df49d97c326068860b672ddebfbe8ff7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 10 Jul 2001 10:27:52 +0000 Subject: Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h, but with a more 'interesting' licence. (This used to be commit 9c9fe2674de0f35da67ba2c3b59861f087932934) --- source3/include/md5.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/md5.h') diff --git a/source3/include/md5.h b/source3/include/md5.h index 3737092c86..dc2f2dd207 100644 --- a/source3/include/md5.h +++ b/source3/include/md5.h @@ -1,5 +1,9 @@ #ifndef MD5_H #define MD5_H +#ifndef HEADER_MD5_H +/* Try to avoid clashes with OpenSSL */ +#define HEADER_MD5_H +#endif struct MD5Context { uint32 buf[4]; -- cgit