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

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to