Blame SOURCES/ntp-4.2.6p5-keylen.patch

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