Skip to content

Commit

Permalink
Do not import the encrypt LMDB function for heed3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Aug 21, 2024
1 parent 154dace commit bb8153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heed/src/mdb/lmdb_ffi.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::ptr;

#[cfg(master3)]
#[cfg(all(master3, encryption))]
pub use ffi::mdb_env_set_encrypt;
pub use ffi::{
mdb_cursor_close, mdb_cursor_del, mdb_cursor_get, mdb_cursor_open, mdb_cursor_put,
Expand Down

0 comments on commit bb8153c

Please sign in to comment.