(&self)
| 2929 | #[cfg(osslconf = "OPENSSL_NO_COMP")] |
| 2930 | #[pymethod] |
| 2931 | fn compression(&self) -> Option<&'static str> { |
| 2932 | None |
| 2933 | } |
| 2934 | #[cfg(not(osslconf = "OPENSSL_NO_COMP"))] |
| 2935 | #[pymethod] |
| 2936 | fn compression(&self) -> Option<&'static str> { |
nothing calls this directly
no test coverage detected