diff options
author | Xin LI <delphij@FreeBSD.org> | 2017-03-23 22:06:06 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2017-03-23 22:06:06 +0000 |
commit | f0574f5cf69e168cc4ea71ebbe5fdec9ec9a3dfe (patch) | |
tree | 5a44dd43906cd42922f6b6003180f916e73b4a19 /contrib/ntp/sntp/crypto.c | |
parent | 961da6389a9ae14e4ca5e4ee61c89bc096230dff (diff) | |
parent | 07ac48c3644021279e113d530764a231e27490a7 (diff) |
MFV r315791: ntp 4.2.8p10.
Notes
Notes:
svn path=/head/; revision=315871
Diffstat (limited to 'contrib/ntp/sntp/crypto.c')
-rw-r--r-- | contrib/ntp/sntp/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/sntp/crypto.c b/contrib/ntp/sntp/crypto.c index 7b4e63833ac1..e45b21360aa9 100644 --- a/contrib/ntp/sntp/crypto.c +++ b/contrib/ntp/sntp/crypto.c @@ -2,7 +2,7 @@ #include "crypto.h" #include <ctype.h> #include "isc/string.h" -#include "libssl_compat.h" +#include "ntp_md5.h" struct key *key_ptr; size_t key_cnt = 0; |