diff options
author | David Timber <mieabby@gmail.com> | 2021-07-07 21:21:17 +1000 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2021-07-07 21:21:17 +1000 |
commit | 9d963486f66a864aa67e668742b6aa6a6e72fb1f (patch) | |
tree | eb03b72db5ec7ef14ad4f04b2dc6cc18c340442c /src/proone.c | |
parent | 9cc889d0ac25f4e9783a87f3f6cb0bcfa79c5c88 (diff) |
Refactor: impl prne_mbedtls_verify_alp()
Diffstat (limited to 'src/proone.c')
-rw-r--r-- | src/proone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proone.c b/src/proone.c index 7ab123e..6eacc33 100644 --- a/src/proone.c +++ b/src/proone.c @@ -429,9 +429,9 @@ static void alloc_workers (void) { for (size_t i = 0; i < sizeof(wkr_arr)/sizeof(prne_worker_t); i += 1) { prne_init_worker(wkr_arr + i); } + alloc_recon(); alloc_resolv(); alloc_htbt(); - alloc_recon(); } static void free_workers (void) { |