Re: Error in OpenSSL1.1.1b during including in Project

2019-03-30 Thread Prajwal Pachi
Hi All, I am trying to build a cross platform library with help of Openssll LibCrypto and libSSL library. When i generate the lib and include the files and lib in cross platform library project I am getting below error. error : member access into incomplete type 'ssl_ctx_st' 1> *

Error in OpenSSL1.1.1b during including in Project

2019-03-30 Thread Prajwal Pachi
Hi All, I am trying to build openssl for Android Environment. Openssl version: 1.1.1b Android NDK: android-ndk-r15c Android SDK: Android-26 I am able to create libssl.a and libcrypto.a. The generated Lib and Include file, I am adding it to our project and trying to build. I am getting error:* Sev