Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Build error when crypto and swcrypto are omitted from kernel



With the recent introduction of swap encryption, it is now mandatory
to include "pseudo-device crypto" and/or "pseudo-device swcrypto" in
the kernel.  Without this, the kernel fails to link, with undefined
references to several symbols:
	rijndael_cipherInit
	rijndael_blockEncrypt
	rijndael_blockDecrypt
	rijndael_makeKey

Since the two crypto devices are optional (and run-time loadable)
components of the kernel, it seems to me that encrypted-swap should
also be optional.


+--------------------+--------------------------+-----------------------+
| Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:     |
| (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost     |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost   |
+--------------------+--------------------------+-----------------------+


Home | Main Index | Thread Index | Old Index