libpkgecc: Remove -ffreestandingThis incorporates pkg(8) commit a31c8c3682a3 for consistency.https://github.com/freebsd/pkg/commit/a31c8c3682a3MFC after: 1 dayReviewed by: kevansSponsored by:
libpkgecc: Remove -ffreestandingThis incorporates pkg(8) commit a31c8c3682a3 for consistency.https://github.com/freebsd/pkg/commit/a31c8c3682a3MFC after: 1 dayReviewed by: kevansSponsored by: https://www.patreon.com/bsdivyDifferential Revision: https://reviews.freebsd.org/D52920
show more ...
secure: hook up libecc as libpkgecclibecc is not intended to be general use, other applications shouldreally be using openssl. pkg(7) uses libecc to align with the pkg(8)project and its goals.
secure: hook up libecc as libpkgecclibecc is not intended to be general use, other applications shouldreally 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 forECC in pkg(7).Reviewed by: emasteDifferential Revision: https://reviews.freebsd.org/D48117