Blame SOURCES/ntp-4.2.6p5-keylen.patch

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