]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,
authorAndrew Bartlett <abartlet@samba.org>
Tue, 10 Jul 2001 10:27:52 +0000 (10:27 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 10 Jul 2001 10:27:52 +0000 (10:27 +0000)
but with a more 'interesting' licence.

source/include/md5.h

index 3737092c868013135545661a50734df8668e1280..dc2f2dd207fa362f88a7df59e1183a69d0f1561d 100644 (file)
@@ -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];