diff options
| author | riastradh <riastradh@NetBSD.org> | 2023-05-26 13:21:51 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2023-05-26 13:21:51 +0000 |
| commit | 1e6bfbaffe3b9cf99e4cc7af67c5675127311e03 (patch) | |
| tree | c1f68986f648ffc181715e9f83e22cbfe46ce671 /etc | |
| parent | c5e5d244537a08fe677f9116eb988e0429c4add9 (diff) | |
openssl: Nix build goo for dynamically loaded engines.
- Engines are deprecated in openssl 3.
- We never actually had the .so engines wired up to be built in
openssl 1.1, and judging by the lack of obsolete entries in the set
lists, I don't think we ever had them wired up to be built at all.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mtree/NetBSD.dist.base | 3 | ||||
| -rw-r--r-- | etc/mtree/NetBSD.dist.compat.in | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/etc/mtree/NetBSD.dist.base b/etc/mtree/NetBSD.dist.base index 1e1a97dd19f..25a410c3977 100644 --- a/etc/mtree/NetBSD.dist.base +++ b/etc/mtree/NetBSD.dist.base @@ -1,4 +1,4 @@ -# $NetBSD: NetBSD.dist.base,v 1.248 2023/05/10 15:52:50 christos Exp $ +# $NetBSD: NetBSD.dist.base,v 1.249 2023/05/26 13:21:52 riastradh Exp $ # @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93 # Do not customize this file as it may be overwritten on upgrades. @@ -356,7 +356,6 @@ ./usr/lib/lua/5.4 ./usr/lib/named ./usr/lib/openssl -./usr/lib/openssl/engines ./usr/lib/openssl/modules ./usr/lib/pkgconfig ./usr/lib/postfix diff --git a/etc/mtree/NetBSD.dist.compat.in b/etc/mtree/NetBSD.dist.compat.in index 1c91b370cad..9d7976abe44 100644 --- a/etc/mtree/NetBSD.dist.compat.in +++ b/etc/mtree/NetBSD.dist.compat.in @@ -1,4 +1,4 @@ -# $NetBSD: NetBSD.dist.compat.in,v 1.4 2023/05/16 18:57:49 christos Exp $ +# $NetBSD: NetBSD.dist.compat.in,v 1.5 2023/05/26 13:21:52 riastradh Exp $ ./lib/@ARCH_SUBDIR@ ./lib/@ARCH_SUBDIR@/npf @@ -7,7 +7,6 @@ ./usr/lib/@ARCH_SUBDIR@/lua ./usr/lib/@ARCH_SUBDIR@/lua/5.4 ./usr/lib/@ARCH_SUBDIR@/openssl -./usr/lib/@ARCH_SUBDIR@/openssl/engines ./usr/lib/@ARCH_SUBDIR@/openssl/modules ./usr/lib/@ARCH_SUBDIR@/security ./usr/libdata/debug/lib/@ARCH_SUBDIR@ |
