opnsense-src/secure/lib/libcrypto/engines
Pierre Pronchery fd4b13acd9 libcrypto: link engines and the legacy provider to libcrypto
OpenSSL's legacy provider module and engines need to link to
libcrypto.so, as it provides some of the actual implementations of
legacy routines.

This is a little tricky due to build order issues.  Introduce a small
hack (LIBCRYPTO_WITHOUT_SUBDIRS) that builds libcrypto.so in its usual
early phase without any OpenSSL provider modules or engines.  This is
intended to restore the test suite; a future change should remove the
hack and replace it with a better approach.

PR:		254853, 273528
Discussed with:	Folks at EuroBSDCon in Coimbra
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 1a18383a52bc373e316d224cef1298debf6f7e25)
2023-09-19 11:01:55 -04:00
..
capi Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
devcrypto Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
loader_attic Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
padlock libcrypto: Switch back to the generated assembly in sys/crypto/openssl 2023-09-08 13:55:44 -07:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.inc libcrypto: link engines and the legacy provider to libcrypto 2023-09-19 11:01:55 -04:00