Commit 6c3ae36
crypto: remove locking callbacks for OpenSSL 1.1.0
The callbacks are all no-ops in OpenSSL 1.1.0. This isn't necessary (the
functions still exist for compatibility), but silences some warnings and
avoids allocating a few unused mutexes.
PR-URL: #16130
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>1 parent 81760ff commit 6c3ae36
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | | - | |
239 | 237 | | |
240 | 238 | | |
241 | 239 | | |
| |||
304 | 302 | | |
305 | 303 | | |
306 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
326 | 327 | | |
327 | 328 | | |
328 | 329 | | |
| 330 | + | |
329 | 331 | | |
330 | 332 | | |
331 | 333 | | |
| |||
6007 | 6009 | | |
6008 | 6010 | | |
6009 | 6011 | | |
| 6012 | + | |
6010 | 6013 | | |
6011 | 6014 | | |
6012 | 6015 | | |
| 6016 | + | |
6013 | 6017 | | |
6014 | 6018 | | |
6015 | 6019 | | |
| |||
0 commit comments