While executing make it shows openssl/crypto.h not found, does
eldk-5.3 have openssl support. I found only gnutls in it.How to enable/install openssl support in ELDK-5.3
Meanwhile it was there in eldk4.2.
Please advise on it ?
While executing make it shows openssl/crypto.h not found, does eldk-5.3 have openssl support. I
Share
crypto.h is the part of openssl-devel RPM. So instead of copy header file manually you can install this RPM to eldk toolchain. It will fix all the dependency crypto.h header file as well.