+* [Bug 1727] ntp-keygen PLEN, ILEN undeclared --without-crypto.
(4.2.7p81) 2010/11/14 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1681] from 4.2.6p3-RC10: More sntp logging cleanup.
* [Bug 1683] from 4.2.6p3-RC10: Non-localhost on loopback exempted from
extern char *optarg; /* command line argument */
char *progname;
volatile int debug = 0; /* debug, not de bug */
-u_int modulus = PLEN; /* prime modulus size (bits) */
-u_int modulus2 = ILEN; /* identity modulus size (bits) */
u_int lifetime = YEAR; /* cetificate lifetime (days) */
int nkeys; /* MV keys */
time_t epoch; /* Unix epoch (seconds) since 1970 */
char *passwd2 = NULL; /* output private key password */
char filename[MAXFILENAME + 1]; /* file name */
#ifdef AUTOKEY
+u_int modulus = PLEN; /* prime modulus size (bits) */
+u_int modulus2 = ILEN; /* identity modulus size (bits) */
long d0, d1, d2, d3; /* callback counters */
#endif /* AUTOKEY */