Commit b9f2164
committed
Disable some OpenSSL features in the Linux build
In the Linux Docker build, disable OpenSSL configure options that sound
like they could potentially be related to opening shared libraries at
runtime. Investigating #155, we found that it tries to look for and open
some shared libraries in the configured install path.
Also set this path to "/dev/null" since it still tries to open a
configuration file from there.
Fixes #155 (error in aria2 when using OpenSSL's random function).1 parent ea0f8cc commit b9f2164
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments