summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/rand.c
AgeCommit message (Expand)Author
2014-10-22Use arc4random_buf() instead of RAND(_pseudo)?_bytes().Joel Sing
2014-10-13prefer C99 array initialization syntax.Brent Cook
2014-08-27Reset the config struct before calling options_parse(), otherwise configJoel Sing
2014-08-27Implement table-driven option parsing that allows an application toJoel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing