Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / ntp / include / ntp_md5.h
blob867754c55ae5deb533ba6c8e05bdef0359430411
1 /* $NetBSD$ */
3 /*
4 * ntp_md5.h: deal with md5.h headers
5 */
7 #ifdef HAVE_MD5_H
8 # include <md5.h>
9 #else
10 # include "rsa_md5.h"
11 #endif