[openssl-users] openssl-1.0.2j does not compile with 'no-des' option
Mirko Dziadzka
mirko.dziadzka at gmail.com
Wed Oct 19 14:57:33 UTC 2016
Hi
Using CentOS 6 (64bit) and MacOS 10.12, I’m trying to compile openssl-1.0.2j with the no-des option
$ tar xzf openssl-1.0.2j.tar.gz
$ cd openssl-1.0.2j
$ ./config shared no-des no-comp no-engine
# on MacOS
# ./Configure darwin64-x86_64-cc shared no-des no-comp no-engine
…
$ make depend
$ make
I always get
make[2]: Entering directory ‘…./openssl-1.0.2j/apps'
../libcrypto.so: undefined reference to `EVP_des_ede3_wrap’
It work’s fine when I remove the ‘no-dsa’ option or when I switch back to openssl-1.0.1
Is this a Bug or do I need some other magic option?
Mirko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20161019/d66e907c/attachment-0001.html>
More information about the openssl-users
mailing list