Module Name: src Committed By: riastradh Date: Fri May 26 22:27:51 UTC 2023
Modified Files: src/crypto/external/bsd/openssl/lib: Makefile src/crypto/external/bsd/openssl/lib/engines/capi: Makefile src/crypto/external/bsd/openssl/lib/engines/dasync: Makefile src/crypto/external/bsd/openssl/lib/engines/ossltest: Makefile src/distrib/sets/lists/base: ad.aarch64 ad.mips ad.powerpc ad.riscv md.amd64 mi Log Message: openssl: Wire up dynamic engine build goo. This restores the devcrypto engine, which was converted from static to dynamic since the previous OpenSSL update. XXX Pretty sure I got some of the set list package names wrong, but it's not clear what the right ones are or what consequences any of this has. XXX Needs testing. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/openssl/lib/Makefile cvs rdiff -u -r1.3 -r1.4 \ src/crypto/external/bsd/openssl/lib/engines/capi/Makefile cvs rdiff -u -r1.3 -r1.4 \ src/crypto/external/bsd/openssl/lib/engines/dasync/Makefile cvs rdiff -u -r1.3 -r1.4 \ src/crypto/external/bsd/openssl/lib/engines/ossltest/Makefile cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/base/ad.aarch64 cvs rdiff -u -r1.86 -r1.87 src/distrib/sets/lists/base/ad.mips cvs rdiff -u -r1.44 -r1.45 src/distrib/sets/lists/base/ad.powerpc cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/lists/base/ad.riscv cvs rdiff -u -r1.290 -r1.291 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.1321 -r1.1322 src/distrib/sets/lists/base/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.