Commit 083653f
authored
parse_trans provides ct_expand which is only used at compile time for
evaluating cipher suites and decoding CA certificates. The results are
baked into the .beam files at compile time, so parse_trans is not
needed at runtime.
This reduces the runtime dependency chain, particularly helping users
with environments that don't include syntax_tools (like elixir-desktop).
1 parent b65c1b2 commit 083653f
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments