repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
dist
/
ntp
/
include
/
ntp_md5.h
blob
867754c55ae5deb533ba6c8e05bdef0359430411
1
/* $NetBSD$ */
2
3
/*
4
* ntp_md5.h: deal with md5.h headers
5
*/
6
7
#ifdef HAVE_MD5_H
8
# include <md5.h>
9
#else
10
# include
"rsa_md5.h"
11
#endif