MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / openssl_sys_hack

Function openssl_sys_hack

src/persist/src/s3.rs:1069–1071  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1067// samaritan doesn't remove our unused dep.
1068#[allow(dead_code)]
1069fn openssl_sys_hack() {
1070 openssl_sys::init();
1071}
1072
1073#[cfg(test)]
1074mod tests {

Callers

nothing calls this directly

Calls 1

initFunction · 0.50

Tested by

no test coverage detected