View | Details | Raw Unified | Return to bug 1544
Collapse All | Expand All

(-)ssh-keygen.c (-1 / +1 lines)
Lines 812-818 do_fingerprint(struct passwd *pw) Link Here
812
				continue;
812
				continue;
813
			}
813
			}
814
		}
814
		}
815
		comment = *cp ? cp : comment;
815
		comment = *comment ? comment : cp;
816
		fp = key_fingerprint(public, fptype, rep);
816
		fp = key_fingerprint(public, fptype, rep);
817
		ra = key_fingerprint(public, SSH_FP_MD5, SSH_FP_RANDOMART);
817
		ra = key_fingerprint(public, SSH_FP_MD5, SSH_FP_RANDOMART);
818
		printf("%u %s %s (%s)\n", key_size(public), fp,
818
		printf("%u %s %s (%s)\n", key_size(public), fp,

Return to bug 1544