Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/key.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|