mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-10 19:36:57 +00:00
Fix build rnp for arm64
This commit is contained in:
@@ -153,6 +153,11 @@ public:
|
||||
* the RNP FFI handle.
|
||||
*/
|
||||
~RnpJob();
|
||||
|
||||
|
||||
void setPassProvider(rnp_password_cb pass_provider_cb) {
|
||||
rnp_ffi_set_pass_provider(this->m_ffi, pass_provider_cb, NULL);
|
||||
}
|
||||
};
|
||||
|
||||
#endif // RNPJOB_H
|
||||
|
||||
Reference in New Issue
Block a user