summaryrefslogtreecommitdiffstats
path: root/include/ntp_md5.h
blob: bb6985a2f36738b71af3c3c56bb3ca5aa69b3f37 (plain)
1
2
3
4
5
6
7
8
9
/*
 * ntp_md5.h: deal with md5.h headers
 */

#ifdef HAVE_MD5_H
# include <md5.h>
#else
# include "rsa_md5.h"
#endif
OpenPOWER on IntegriCloud