X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Ftlsopenssl%2Ftls_async.c;h=1d3ca8b82b8c64af08e1fde7259bc9b50e02a3ed;hb=d63b356bdf29fbb80f810d341dcaf8f5f92121c1;hp=e577f34eacf2ec8da0dd1aa06ad0944a2fa475e1;hpb=180210f99b74b97b127b7800bdc7bd243713cbf4;p=vpp.git diff --git a/src/plugins/tlsopenssl/tls_async.c b/src/plugins/tlsopenssl/tls_async.c index e577f34eacf..1d3ca8b82b8 100644 --- a/src/plugins/tlsopenssl/tls_async.c +++ b/src/plugins/tlsopenssl/tls_async.c @@ -117,8 +117,6 @@ evt_pool_init (vlib_main_t * vm) } om->polling = NULL; - openssl_async_node_enable_disable (0); - return; } @@ -521,9 +519,9 @@ VLIB_REGISTER_NODE (tls_async_process_node,static) = { .function = tls_async_process, .type = VLIB_NODE_TYPE_INPUT, .name = "tls-async-process", + .state = VLIB_NODE_STATE_DISABLED, }; - /* *INDENT-ON* */ /*