summaryrefslogtreecommitdiff
path: root/source3/include/md5.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-07-10 10:27:52 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-07-10 10:27:52 +0000
commit809e32e8df49d97c326068860b672ddebfbe8ff7 (patch)
tree1fb35efc3874b83e5ba8027cb56515258007d856 /source3/include/md5.h
parentcb5de0e1761c7a64c68fb89a29df51b30c14f5d1 (diff)
downloadsamba-809e32e8df49d97c326068860b672ddebfbe8ff7.tar.gz
samba-809e32e8df49d97c326068860b672ddebfbe8ff7.tar.bz2
samba-809e32e8df49d97c326068860b672ddebfbe8ff7.zip
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)
Diffstat (limited to 'source3/include/md5.h')
-rw-r--r--source3/include/md5.h4
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];