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
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