aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libpkgecc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libpkgecc: Remove -ffreestandingLexi Winter2025-10-081-1/+0
| | | | | | | | | | | This incorporates pkg(8) commit a31c8c3682a3 for consistency. https://github.com/freebsd/pkg/commit/a31c8c3682a3 MFC after: 1 day Reviewed by: kevans Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D52920
* secure: hook up libecc as libpkgeccKyle Evans2025-01-011-0/+137
libecc is not intended to be general use, other applications should really be using openssl. pkg(7) uses libecc to align with the pkg(8) project and its goals. This will be used in the upcoming support for ECC in pkg(7). Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D48117