Re: [openssl-users] error when linking with OpenSSL library dynamically

2016-02-02 Thread Martin Vegter
On 1 February 2016 at 22:45, Viktor Dukhovni wrote: > > You're using internal function names that are not exported by the > libcrypto shared library on Debian systems. Use the EVP interface. > > In future versions of OpenSSL constrained visibility of shared > library symbols will be extended to m

[openssl-users] error when linking with OpenSSL library dynamically

2016-02-01 Thread Martin Vegter
Hello, I have a C program, which is using AES routines from the OpenSSL library. I have the necessary library installed (libssl-dev 1.0.1e-2+deb7u19): $ ls /usr/lib/x86_64-linux-gnu/libcrypto.* /usr/lib/x86_64-linux-gnu/libcrypto.a /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-li