summaryrefslogtreecommitdiffstats
path: root/regress/lib/libradius/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a compiler warning. Also use srandom_deterministic(3) since usingyasuoka2019-03-291-1/+1
| | | | random(3) intentionally is to repeat the test failure if it happens.
* Add radius(3) library. This will be used by RADIUS server and clientyasuoka2015-07-201-0/+45
programs to manipulate RADIUS packets. Mainly written by UMEZAWA Takeshi. fix and suggestion deraadt ok deraadt