mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
The ncrypt implementation currently relies on the pkcs11-helper library. That is not available on RHEL for example. Let's bundle the standardized header file from https://github.com/latchset/pkcs11-headers to avoid the need for extra dependency. Related: https://github.com/FreeRDP/FreeRDP/discussions/9982