Method: PKCS11::ProtectServer::Library#load_library

Defined in:
lib/pkcs11_protect_server/extensions.rb

#load_library(so_path) ⇒ Object


64
65
66
67
# File 'lib/pkcs11_protect_server/extensions.rb', line 64

def load_library(so_path)
  @so_path = resolve_so_path(so_path)
  super(@so_path)
end