13 #include <ntp_stdlib.h>
15 #include "utilities.h"
16 #include "sntp-opts.h"
18 #define LEN_PKT_MAC LEN_PKT_NOMAC + sizeof(u_int32)
20 /* #include "sntp-opts.h" */
30 int auth_md5(char *pkt_data
, int mac_size
, struct key
*cmp_key
);
31 int auth_init(const char *keyfile
, struct key
**keys
);
32 void get_key(int key_id
, struct key
**d_key
);