Blame SOURCES/ntp-4.2.6p5-keylen.patch

2b78f7
diff -up ntp-4.2.6p5/libntp/authreadkeys.c.keylen ntp-4.2.6p5/libntp/authreadkeys.c
2b78f7
--- ntp-4.2.6p5/libntp/authreadkeys.c.keylen	2015-02-09 12:33:15.549485698 +0100
2b78f7
+++ ntp-4.2.6p5/libntp/authreadkeys.c	2015-02-09 13:03:44.938842731 +0100
2b78f7
@@ -74,7 +74,7 @@ authreadkeys(
2b78f7
 	keyid_t	keyno;
2b78f7
 	int	keytype;
2b78f7
 	char	buf[512];		/* lots of room for line */
2b78f7
-	u_char	keystr[20];
2b78f7
+	u_char	keystr[32];
2b78f7
 	int	len;
2b78f7
 
2b78f7
 	/*