diff options
-rw-r--r-- | source3/include/md5.h | 4 |
1 files changed, 4 insertions, 0 deletions
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]; |