diff options
| author | rin <rin@NetBSD.org> | 2020-04-22 09:15:39 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2020-04-22 09:15:39 +0000 |
| commit | 4622ebbff687040f697bd306e5855b809f527a87 (patch) | |
| tree | 3e58b85a6fe94f0e2af4c43b0f1a5c2514e2310a /sys/opencrypto | |
| parent | 266f0d75f91c6b0222057e7285fd73606b0b80a7 (diff) | |
Make crypto/rijindael optional again as cprng_strong does no longer
depend on it. Dependency is explicitly declared in files.foo if a
component requires it.
Diffstat (limited to 'sys/opencrypto')
| -rw-r--r-- | sys/opencrypto/files.opencrypto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/opencrypto/files.opencrypto b/sys/opencrypto/files.opencrypto index 280e2cb9720..03f27a50710 100644 --- a/sys/opencrypto/files.opencrypto +++ b/sys/opencrypto/files.opencrypto @@ -1,4 +1,4 @@ -# $NetBSD: files.opencrypto,v 1.28 2020/01/27 17:09:17 pgoyette Exp $ +# $NetBSD: files.opencrypto,v 1.29 2020/04/22 09:15:40 rin Exp $ # # @@ -7,7 +7,7 @@ # that use the opencrypto framework, should list opencrypto as a dependency # to pull in the framework. -define opencrypto +define opencrypto: rijndael file opencrypto/criov.c opencrypto file opencrypto/xform.c opencrypto file opencrypto/crypto.c opencrypto |
