diff options
Diffstat (limited to 'ext/tls/lib.rs')
-rw-r--r-- | ext/tls/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tls/lib.rs b/ext/tls/lib.rs index b762ac90a..fb4e8759d 100644 --- a/ext/tls/lib.rs +++ b/ext/tls/lib.rs @@ -36,7 +36,7 @@ use std::sync::Arc; use std::time::SystemTime; /// This extension has no runtime apis, it only exports some shared native functions. -pub fn init() -> Extension { +pub fn init_ops() -> Extension { Extension::builder(env!("CARGO_PKG_NAME")).build() } |