summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/bitmap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use explicit_bzero() when zeroing before free()guenther2015-09-111-1/+1
| | | | | from Michael McConville (mmcconv1 (at) sccs.swarthmore.edu) ok millert@ djm@
* remove commented-out test code now that it has moved to adjm2015-01-151-175/+0
| | | | proper unit test
* whitespacedjm2015-01-141-2/+0
|
* avoid BIGNUM in KRL code by using a simple bitmap;djm2015-01-141-0/+387
feedback and ok markus