diff options
| author | riastradh <riastradh@NetBSD.org> | 2023-05-27 02:28:45 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2023-05-27 02:28:45 +0000 |
| commit | 73e96387eed3d5576ab6e43dc9842c7f846f5497 (patch) | |
| tree | 0c0e895e207a62e2a6126210f5e06ed2b6488543 /crypto | |
| parent | f8286d84fbb3e4458236dcadfc9293dbc4b6c7b3 (diff) | |
openssl: Nix capi.so engine -- it's for the Windows crypto API.
Not likely to work in NetBSD base!
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/external/bsd/openssl/lib/engines/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/external/bsd/openssl/lib/engines/Makefile b/crypto/external/bsd/openssl/lib/engines/Makefile index a2decfd2489..2bde2037469 100644 --- a/crypto/external/bsd/openssl/lib/engines/Makefile +++ b/crypto/external/bsd/openssl/lib/engines/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2023/05/27 00:08:30 riastradh Exp $ +# $NetBSD: Makefile,v 1.6 2023/05/27 02:28:45 riastradh Exp $ .include "bsd.own.mk" # OpenSSL engines. -SUBDIR= capi dasync devcrypto loader_attic ossltest +SUBDIR= dasync devcrypto loader_attic ossltest # VIA Padlock -- only makes sense for x86 which might be a VIA CPU .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" |
