patch-src_util_md5_c 427 B

123456789101112131415
  1. $OpenBSD: patch-src_util_md5_c,v 1.1 2015/11/19 00:55:23 mmcc Exp $
  2. --- src/util/md5.c.orig Sat May 30 10:30:00 2015
  3. +++ src/util/md5.c Wed Nov 18 00:05:36 2015
  4. @@ -24,6 +24,10 @@
  5. #endif
  6. #if defined HAVE_ENDIAN_H
  7. # include <endian.h>
  8. +# if !defined(__BYTE_ORDER)
  9. +# define __BYTE_ORDER BYTE_ORDER
  10. +# define __LITTLE_ENDIAN LITTLE_ENDIAN
  11. +# endif
  12. #endif
  13. #include <string.h>
  14. #include <stdlib.h>