]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ntp/include/ntp_md5.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / ntp / include / ntp_md5.h
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