Re: [openssl-users] Migrating to openssl 1.1.0

2018-03-20 Thread Richard Levitte
It would help if you showed us the exact command that ended up with that bunch of errors... however, having seen this before, I'm going to venture a guess that you either didn't include '-lssl' in your linking command, or got the order between '-lcrypto' and '-lssl' wrong. However, seeing the act

[openssl-users] Migrating to openssl 1.1.0

2018-03-20 Thread Beecherla, Hemantha
Hi There, I am trying to migrate my application(OpenHPI) to Openssl 1.1.0g-2, and getting few linker error when I compile my sources with openssl 1.1.0g-2. I checked the ssl header files in /usr/include/openssl/ and I can clearly see this functions visible in the header files. Also checked the