1
0
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:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent 7631bade9c
commit 9c9fe2674d

View 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];