mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,
but with a more 'interesting' licence.
This commit is contained in:
parent
7631bade9c
commit
9c9fe2674d
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user