Method: Mongo::Crypt::Binding.setopt_append_crypt_shared_lib_search_path
- Defined in:
- lib/mongo/crypt/binding.rb
.setopt_append_crypt_shared_lib_search_path(handle, path) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Append an additional search directory to the search path for loading
the crypt_shared dynamic library.
1539 1540 1541 1542 1543 |
# File 'lib/mongo/crypt/binding.rb', line 1539 def self.setopt_append_crypt_shared_lib_search_path(handle, path) check_status(handle) do mongocrypt_setopt_append_crypt_shared_lib_search_path(handle.ref, path) end end |