diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-07-10 10:27:52 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-07-10 10:27:52 +0000 |
commit | 809e32e8df49d97c326068860b672ddebfbe8ff7 (patch) | |
tree | 1fb35efc3874b83e5ba8027cb56515258007d856 | |
parent | cb5de0e1761c7a64c68fb89a29df51b30c14f5d1 (diff) | |
download | samba-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)
-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]; |