Commit 2dffdbf
committed
src: do not register OpenSSL's atexit() handler
Now that crypto no longer initializes OpenSSL
from a static initalizer (see previous commit),
nothing requires OpenSSL to be torn down at process
exit. As mentioned in an earlier commit, `atexit`
is expensive, so we now once again avoid it.
Signed-off-by: Aviv Keller <me@aviv.sh>1 parent a1ba046 commit 2dffdbf
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1224 | 1224 | | |
1225 | 1225 | | |
1226 | 1226 | | |
1227 | | - | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
1228 | 1235 | | |
1229 | 1236 | | |
1230 | 1237 | | |
| |||
0 commit comments