Closed npmccallum closed 5 years ago
https://github.com/enarx/cipherpipe/blob/master/src/lib.rs#L72-L86
That code doesn't work. See https://github.com/rust-lang/rust/issues/63447
We probably just need to run bindgen and put the dlsym() call in a lazy_static initializer.
dlsym()
lazy_static
@frozencemetery FYI
https://github.com/enarx/cipherpipe/blob/master/src/lib.rs#L72-L86
That code doesn't work. See https://github.com/rust-lang/rust/issues/63447
We probably just need to run bindgen and put the
dlsym()
call in alazy_static
initializer.