rnpgp / rnp

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
https://www.rnpgp.org
Other
199 stars 55 forks source link

Replace rnp_key_store_get_key_by_name() in tests and remove it. #948

Closed ni4 closed 4 years ago

ni4 commented 4 years ago

Description

Function rnp_key_store_get_key_by_name() was used in non-FFI CLI, and now is deprecated. So it and all underlying code should be removed and replaced by other functions in tests.

joke325 commented 4 years ago

@ni4 Could you please review the PR #957 (a replacement for PR #954).

ni4 commented 4 years ago

@joke325 Done. Also there is no need to create new PR - you may rebase/squash to replace older code.