Hello,
>
> Thanks for your reply.
> I think the libssl.a and libcrypto.a should be ok. Maybe myAPI.a had
> failed to link libssl.a and libcrypto.a into itself?
> Later I try another way: when I make myUI, I link to not only
> myAPI.a, but also libssl.a and libcrypto.a all. It seems that the
Hi Marek,
Thanks for your reply.
I think the libssl.a and libcrypto.a should be ok. Maybe myAPI.a had failed to link libssl.a and libcrypto.a into itself?
Later I try another way: when I make myUI, I link to not only myAPI.a, but also libssl.a and libcrypto.a all. It seems that the openssl
Hello,
>
> I am working on a small network application on Linux(kernel version
> is 2.4.20-8), comprise of two parts: myUI and myAPI(which is .a lib).
> Now i need add SSL to the application. I have installed OpenSSL
> in /usr/local, and i can find head files in /usr/local/include/openssl
> an
Hi all,
I am working on a small network application on Linux(kernel version is 2.4.20-8), comprise of two parts: myUI and myAPI(which is .a lib).
Now i need add SSL to the application. I have installed OpenSSL in /usr/local, and i can find head files in /usr/local/include/openssl and libssl.a