Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto_backend.h: Wrap APIs in extern C
It's a good practice to mark public APIs as extern "C" so that projects written in C++ can use our library. [mbroz] It is not public API in cryptsetup, but we use this backend in other projects, this aligns the code changes. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
- Loading branch information