runfalk / synology-wireguard

WireGuard support for some Synology NAS drives
MIT License
919 stars 131 forks source link

Fix detection of crypto_memneq function definitions in tool chain #68

Closed Matige closed 3 years ago

Matige commented 3 years ago

With reference to #67.

I must have been very tired during the last changes and did not notice such an obvious error in the code. Additionally, for some platforms the crypto_memneq function is only declared if CONFIG_SYNO_BACKPORT_ARM_CRYPTO is defined.

runfalk commented 3 years ago

Thanks!