aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/doc/crypto/BIO_ctrl.pod
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-10-06 15:12:51 +0000
committerRob Austein <sra@hactrn.net>2006-10-06 15:12:51 +0000
commit6d860691cf59e4cb29eabd0ca3a6a60ec0e7b90b (patch)
tree454d851f149df6be57940b33c8865719b8ca41c5 /openssl/trunk/doc/crypto/BIO_ctrl.pod
parent9ae62182a1c4ec4ef548de78b5626dea7b3ea84f (diff)
All platforms on which this code is likely to run can probably do a
better job of seeding than we can, so just call RAND_bytes() and let it throw an error if not seeded. svn path=/rcynic/rcynic.c; revision=361
Diffstat (limited to 'openssl/trunk/doc/crypto/BIO_ctrl.pod')
0 files changed, 0 insertions, 0 deletions
span>
5c66a25d
a780a780


2a7943a2
8542127f





5c66a25d
3031f6ec
a780a780


5c66a25d
2a7943a2
3031f6ec
2a7943a2
860f2242
a780a780


860f2242

860f2242


8542127f


d4f0862d
860f2242
5c66a25d




860f2242
860f2242
a780a780


efd63e1b
860f2242
6462e031
860f2242
6462e031





57c3a43e
6462e031

57c3a43e


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110