rnpgp / rnp

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

Review usage of `utils.h` include. #949

Closed ni4 closed 4 years ago

ni4 commented 4 years ago

Description

Currently we include utils.h both in library and in CLI, however we should separate those, so CLI uses only own code/includes and import only rnp.h header for FFI interface.

joke325 commented 4 years ago

@ni4 Could you please review the PR #962