aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/rand_egd.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte1-11/+0
2000-06-28Make it possible for people to tell where the EGD socket is throughRichard Levitte1-0/+11
2000-06-03EVP constification.Ben Laurie1-0/+57
2000-02-28Switch for turning on the predictable "random" number generator.Ulf Möller1-1/+1
2000-02-27Use standard header file string.h for memset prototype (whereBodo Möller1-1/+1
2000-02-27Declare memset.Ben Laurie1-0/+1
2000-02-26For safety, check __VMS as well.Richard Levitte1-1/+1
2000-02-25EGD bugfix.Ulf Möller1-0/+1
2000-02-24Add an evil cast, because POSIX/SUSv2 define connect(2) requireRalf S. Engelschall1-1/+1
2000-02-24Support EGD.Ulf Möller1-0/+108