Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/key.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6120 by maya, Fri Nov 13 05:06:34 2015 UTC revision 6129 by maya, Sat Nov 14 07:55:18 2015 UTC
# Line 723  key_fingerprint_hex(const char *alg, u_c Line 723  key_fingerprint_hex(const char *alg, u_c
723          }          }
724    
725          /* Remove the trailing ':' character */          /* Remove the trailing ':' character */
726          retval[(dgst_raw_len * 3) - 1] = '\0';          retval[retval_len - 2] = '\0';
727    
728          return (retval);          return (retval);
729  }  }

Legend:
Removed from v.6120  
changed lines
  Added in v.6129

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26