d5e6f1b80b
(in this case, throw away all local modifications; I'll start patching from scratch)
12 lines
184 B
C
12 lines
184 B
C
/* $NetBSD: ntp_md5.h,v 1.2 2003/12/04 16:23:36 drochner Exp $ */
|
|
|
|
/*
|
|
* ntp_md5.h: deal with md5.h headers
|
|
*/
|
|
|
|
#ifdef HAVE_MD5_H
|
|
# include <md5.h>
|
|
#else
|
|
# include "rsa_md5.h"
|
|
#endif
|