Created attachment 195956 [details] s2n.patch The inline asm issue has been resolved a long time ago, s2n is portable now. Tested: s2nd example works on aarch64 & armv7
Thanks, I'm testing the latest commit here.
A commit references this bug: Author: danilo Date: Wed Aug 8 14:23:54 UTC 2018 New revision: 476644 URL: https://svnweb.freebsd.org/changeset/ports/476644 Log: - Update to 20180802 - Use cmake - Remove ONLY_FOR_ARCHS (reported by greg@unrelenting.technology) [1] - Add TEST option and patch to disable tests - Fix build on i386 PR: 230421 [1] Changes: head/security/s2n/Makefile head/security/s2n/distinfo head/security/s2n/files/Makefile.in head/security/s2n/files/patch-CMakeLists.txt head/security/s2n/files/patch-cmake_modules_FindLibCrypto.cmake head/security/s2n/files/patch-utils_s2n__random.c head/security/s2n/pkg-plist
Committed, thanks!