RELENG-5_2_1_RELEASE | make buildkernel | Crypto
James Van Artsdalen
james-freebsd-amd64 at jrv.org
Tue Feb 24 16:45:12 PST 2004
> From: Jason Lixfeld <jason+lists.freebsd at lixfeld.ca>
> Date: Tue, 24 Feb 2004 19:08:58 -0500
>
> Anyone have any ideas?
>
> options IPSEC #IP security
> options IPSEC_ESP #IP security (crypto; define w/
> IPSEC)
> options IPSEC_DEBUG #debug for IP security
>
> su-2.05b# make buildkernel KERNCONF=ESHARA
> ...
> ...
> /usr/src/sys/crypto/blowfish/bf_ecb.c:79: undefined reference to
> `BF_encrypt'
I'd like to hear back how performance is, to know if assembly code is
worthwhile.
--- sys/conf/files.amd64.orig Mon Nov 17 02:58:16 2003
+++ sys/conf/files.amd64 Mon Feb 2 23:08:43 2004
@@ -123,3 +123,10 @@
compat/ia32/ia32_sigtramp.S optional ia32
compat/ia32/ia32_sysvec.c optional ia32
kern/imgact_elf32.c optional ia32
+#
+crypto/des/des_ecb.c optional netsmbcrypto
+crypto/des/des_enc.c optional netsmbcrypto
+crypto/des/des_setkey.c optional netsmbcrypto
+crypto/blowfish/bf_enc.c optional crypto
+crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
+crypto/des/des_enc.c optional ipsec ipsec_esp
More information about the freebsd-amd64
mailing list