Blame SOURCES/ntp-4.2.6p5-defreqkey.patch

2b78f7
diff -up ntp-4.2.6p5/ntpd/ntp_config.c.defreqkey ntp-4.2.6p5/ntpd/ntp_config.c
2b78f7
--- ntp-4.2.6p5/ntpd/ntp_config.c.defreqkey	2017-04-13 15:29:13.287254279 +0200
2b78f7
+++ ntp-4.2.6p5/ntpd/ntp_config.c	2017-04-13 15:40:49.776307282 +0200
2b78f7
@@ -1870,8 +1870,8 @@ config_auth(
2b78f7
 			exit(1);
2b78f7
 		}
2b78f7
 
2b78f7
-		req_keytype = NID_md5;
2b78f7
-		req_hashlen = 16;
2b78f7
+		req_keytype = NID_sha1;
2b78f7
+		req_hashlen = 20;
2b78f7
 		MD5auth_setkey(req_keyid, req_keytype, rankey, sizeof(rankey));
2b78f7
 		authtrust(req_keyid, 1);
2b78f7
 	}