xref: /freebsd/contrib/ntp/include/ntp_md5.h (revision 7d99ab9fd0cc2c1ce2ecef0ed6d0672c2a50b0cb)
1 /*
2  * ntp_md5.h: deal with md5.h headers
3  */
4 
5 #ifdef HAVE_MD5_H
6 # include <md5.h>
7 #else
8 # include "rsa_md5.h"
9 #endif
10