Date: Tue, 29 Oct 2002 01:16:08 +0000 (GMT) From: Daniel Flickinger <attila@hun.org> To: FreeBSD-CURRENT <current@freebsd.org> Subject: openssl failure with IDEA Message-ID: <20021029011608.EaaI58023@hun.org>
next in thread | raw e-mail | index | archive | help
buildworld with MAKE_IDEA=YES set failed and then a manual build after make clean, make cleandir (twice), make depend, make obj, make failed: gendsa.o: In function `gendsa_main': gendsa.o(.text+0x1b8): undefined reference to `EVP_idea_cbc' genrsa.o: In function `genrsa_main': genrsa.o(.text+0x1ec): undefined reference to `EVP_idea_cbc' pkcs12.o: In function `pkcs12_main': pkcs12.o(.text+0x3db): undefined reference to `EVP_idea_cbc' speed.o: In function `speed_main': speed.o(.text+0xd8a): undefined reference to `idea_set_encrypt_key' speed.o(.text+0x1725): undefined reference to `idea_cbc_encrypt' speed.o(.text+0x21e3): undefined reference to `idea_options' version.o: In function `version_main': version.o(.text+0x27b): undefined reference to `idea_options' *** Error code 1 Stop in /usr/src/secure/usr.bin/openssl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021029011608.EaaI58023>