diff options
Diffstat (limited to 'sntp/crypto.c')
| -rw-r--r-- | sntp/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sntp/crypto.c b/sntp/crypto.c index 7b4e63833ac15..e45b21360aa9b 100644 --- a/sntp/crypto.c +++ b/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; |
