summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-rsa.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@markus2003-02-121-32/+0
* signed vs. unsigned: make size arguments u_int, ok stevesk@markus2002-02-241-3/+3
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-4/+3
* prototype pedant. not very creative...itojun2001-06-261-11/+3
* $OpenBSD$niklas2001-01-291-0/+2
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-4/+4
* add support for RSA to SSH2. please test.markus2000-11-121-0/+39