| 311 | } |
| 312 | |
| 313 | void |
| 314 | tcpmd5_support_disable(void) |
| 315 | { |
| 316 | |
| 317 | if (tcp_ipsec_support->enabled & IPSEC_MODULE_ENABLED) { |
| 318 | ipsec_kmod_drain(&tcp_ipsec_support->enabled); |
| 319 | tcp_ipsec_support->methods = NULL; |
| 320 | } |
| 321 | } |
| 322 | #endif /* !TCP_SIGNATURE */ |
| 323 | |
| 324 | #ifndef IPSEC |
no test coverage detected