aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/ssl/s2_lib.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-25 00:42:39 +0000
committerRob Austein <sra@hactrn.net>2006-07-25 00:42:39 +0000
commita3ca6c0d1fb94ac1509030bbc69ffa49e70ac2c5 (patch)
tree6587bcbd3f87cef87c92cfedce5456e9fd8b7cb8 /openssl/trunk/ssl/s2_lib.c
parenta3719cc798dde1857dfdf6951f6345cd7b65ba6d (diff)
Don't confuse config file errors with memory alloction errors. Write
and use destructor functions. svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=57
Diffstat (limited to 'openssl/trunk/ssl/s2_lib.c')
0 files changed, 0 insertions, 0 deletions
nvert-https-to-http.py?id=24253b12233a0d5329cf6c7114ea58e7bda52d37'>24253b12
f3323e9f












24253b12
f3323e9f




24253b12
f3323e9f



24253b12


f3323e9f



24253b12
86acc6e5
f3323e9f

86acc6e5





24253b12
86acc6e5


f3323e9f


24253b12
f3323e9f

86acc6e5
f3323e9f
86acc6e5
24253b12




4a739a15
24253b12




































d1d9fa54





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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135