Skip to content

tls: preallocate SSL cipher array

Since the number of elements is known, we can preallocate the array here to save a couple of dynamic allocations.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading