There was an error while loading. Please reload this page.
1 parent 9a23c7e commit 1a16708Copy full SHA for 1a16708
qat_sw_init.c
@@ -323,14 +323,6 @@ void mb_thread_local_destructor(void *tlv_ptr)
323
}
324
mb_queue_rsa4k_priv_cleanup(tlv->rsa4k_priv_queue);
325
326
- while ((rsa4k_priv_req =
327
- mb_queue_rsa4k_priv_dequeue(tlv->rsa4k_priv_queue)) != NULL) {
328
- *rsa4k_priv_req->sts = -1;
329
- qat_wake_job(rsa4k_priv_req->job, 0);
330
- OPENSSL_free(rsa4k_priv_req);
331
- }
332
- mb_queue_rsa4k_priv_cleanup(tlv->rsa4k_priv_queue);
333
-
334
while ((rsa4k_pub_req =
335
mb_queue_rsa4k_pub_dequeue(tlv->rsa4k_pub_queue)) != NULL) {
336
*rsa4k_pub_req->sts = -1;
0 commit comments