+* [Bug 858] Recent leapfile changes broke without OPENSSL.
* Use a char for DIR_SEP, not a string.
* [Bug 850] driftfile parsing changes.
* driftfile maintenance changes from Dave Mills. Use clock_phi instead of
/*
* ntp_crypto.h - definitions for cryptographic operations
*/
+
#ifdef OPENSSL
#include "openssl/evp.h"
/*
#define NTP_AUTOMAX 13 /* log2 default max session key life */
#define KEY_REVOKE 16 /* log2 default key revoke timeout */
#define NTP_MAXEXTEN 1024 /* maximum extension field size */
-#define TAI_1972 10 /* initial TAI offset (s) */
/*
* The autokey structure holds the values used to authenticate key IDs.
/*
* Cryptographic values
*/
-extern char *keysdir; /* crypto keys directory */
extern u_int crypto_flags; /* status word */
extern struct value hostval; /* host name/value */
extern struct cert_info *cinfo; /* host certificate information */
/* ntp_config.c */
-extern void getconfig (int, char **);
-/* ntp_config.c */
+#define TAI_1972 10 /* initial TAI offset (s) */
+extern char *keysdir; /* crypto keys and leaptable directory */
+
+extern void getconfig (int, char **);
extern void ctl_clr_stats (void);
extern int ctlclrtrap (struct sockaddr_storage *, struct interface *, int);
extern u_short ctlpeerstatus (struct peer *);