aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/sntp/crypto.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2017-03-23 22:06:06 +0000
committerXin LI <delphij@FreeBSD.org>2017-03-23 22:06:06 +0000
commitf0574f5cf69e168cc4ea71ebbe5fdec9ec9a3dfe (patch)
tree5a44dd43906cd42922f6b6003180f916e73b4a19 /contrib/ntp/sntp/crypto.c
parent961da6389a9ae14e4ca5e4ee61c89bc096230dff (diff)
parent07ac48c3644021279e113d530764a231e27490a7 (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.c2
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;