# $Id$ # # html2text configuration settings for postprocessing Trac Wiki HTML. # A.attributes.external_link = NONE A.attributes.internal_link = NONE B.attributes = NONE BLOCKQUOTE.vspace.after = 1 BLOCKQUOTE.vspace.before = 1 CODE.vspace.after = 0 CODE.vspace.before = 0 DD.indent = 6 DIR.indents = 2 DIR.vspace.before = 1 DL.vspace.after = 1 DL.vspace.before = 1 DT.indent = 2 DT.vspace.before = 1 EM.attributes = NONE H1.attributes = NONE H1.vspace.after = 1 H1.vspace.before = 0 H2.attributes = NONE H2.vspace.after = 1 H2.vspace.before = 1 H3.attributes = NONE H3.vspace.after = 1 H3.vspace.before = 1 H4.attributes = NONE H4.vspace.after = 1 H4.vspace.before = 1 H5.attributes = NONE H5.vspace.after = 1 H5.vspace.before = 1 H6.attributes = NONE H6.vspace.after = 1 H6.vspace.before = 1 HR.marker = = IMG.alt.prefix = \ IMG.alt.suffix = \ IMG.replace.noalt = MENU.vspace.after = 1 MENU.vspace.before = 1 OL.TYPE = 1 OL.indents = 5 OL.vspace.after = 1 OL.vspace.before = 1 P.vspace.after = 1 P.vspace.before = 0 PRE.indent.left = 2 PRE.vspace.after = 1 PRE.vspace.before = 1 STRIKE.attributes = NONE STRONG.attributes = NONE TABLE.vspace.after = 1 TABLE.vspace.before = 1 U.attributes = NONE UL.indents = 2 UL.vspace.after = 1 UL.vspace.before = 1 ='/sra/rpki.net/refs/?id=6cdb33c8724a65d07c4d459d5525b1ffec860f33'>refslogtreecommitdiff
path: root/openssl/trunk/crypto/engine/eng_init.c
blob: 7633cf5f1d0933393f9a33bdb9d5bf7c3a4e4590 (plain) (blame)
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154