diff options
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 7b4e638..e45b213 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; |