diff options
Diffstat (limited to 'net/tls/tls_main.c')
-rw-r--r-- | net/tls/tls_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tls/tls_main.c b/net/tls/tls_main.c index 736719c8314e..b0d5fcea47e7 100644 --- a/net/tls/tls_main.c +++ b/net/tls/tls_main.c | |||
@@ -484,6 +484,8 @@ out: | |||
484 | 484 | ||
485 | static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = { | 485 | static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = { |
486 | .name = "tls", | 486 | .name = "tls", |
487 | .uid = TCP_ULP_TLS, | ||
488 | .user_visible = true, | ||
487 | .owner = THIS_MODULE, | 489 | .owner = THIS_MODULE, |
488 | .init = tls_init, | 490 | .init = tls_init, |
489 | }; | 491 | }; |