Portable build framework for OpenNTPD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
131 B

  1. /*
  2. * Public domain
  3. * md5.h compatibility shim
  4. */
  5. #ifdef HAVE_MD5_H
  6. #include_next <md5.h>
  7. #else
  8. #include "md5_openbsd.h"
  9. #endif