Fix for bug 1368 - typos in --without-crypto case
bk: 4af5ab51sjqvN_y8CcYK5Le0CyWz9w
+* [Bug 1368] typos in libntp --without-crypto case
(4.2.5p241-RC) 2009/11/07 Released by Harlan Stenn <stenn@ntp.org>
* html/authopt.html update from Dave Mills.
* Remove unused file from sntp/Makefile.am's distribution list.
#ifdef OPENSSL
EVP_MD_CTX ctx;
#else
+ MD5_CTX md5;
#endif /* OPENSSL */
/*
"authreadkeys: invalid type for key %d", keyno);
continue;
}
- keytype = KEY_TYPE_MD5
+ keytype = KEY_TYPE_MD5;
#endif /* OPENSSL */
keystr = token;