#ifndef MD5_DEFS_H
#define MD5_DEFS_H
#include "sidendian.h"
#ifdef WORDS_BIGENDIAN
# define MD5_WORDS_BIG_ENDIAN
#endif
#endif /* MD5_DEFS_H */