Commit 6e786d1
committed
If MBEDTLS_PSA_DRIVER_GET_ENTROPY is defined, ignore MBEDTLS_PLATFORM_GET_ENTROPY_ALT
If the new option is defined, ignore the old option that it is gradually
replacing. This lets us transition build scripts gradually, whereby they
still enable MBEDTLS_PLATFORM_GET_ENTROPY_ALT, but the C code translates
this to MBEDTLS_PSA_DRIVER_GET_ENTROPY.
Signed-off-by: Gilles Peskine <[email protected]>1 parent 79226e3 commit 6e786d1
1 file changed
+14
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
136 | 144 | | |
137 | 145 | | |
138 | 146 | | |
| |||
147 | 155 | | |
148 | 156 | | |
149 | 157 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
0 commit comments