Blame SOURCES/openssh-8.0p1-keygen-strip-doseol.patch

7afad6
diff -up openssh-8.0p1/ssh-keygen.c.strip-doseol openssh-8.0p1/ssh-keygen.c
7afad6
--- openssh-8.0p1/ssh-keygen.c.strip-doseol	2021-03-18 17:41:34.472404994 +0100
7afad6
+++ openssh-8.0p1/ssh-keygen.c	2021-03-18 17:41:55.255538761 +0100
7afad6
@@ -901,7 +901,7 @@ do_fingerprint(struct passwd *pw)
7afad6
 	while (getline(&line, &linesize, f) != -1) {
7afad6
 		lnum++;
7afad6
 		cp = line;
7afad6
-		cp[strcspn(cp, "\n")] = '\0';
7afad6
+		cp[strcspn(cp, "\r\n")] = '\0';
7afad6
 		/* Trim leading space and comments */
7afad6
 		cp = line + strspn(line, " \t");
7afad6
 		if (*cp == '#' || *cp == '\0')