summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-rsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-10/+10
* add support for RSA to SSH2. please test.markus2000-11-121-0/+163