You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current way of finding out installed openssl library has some issue, like if ssl.h is installed in some other apps folder in system directory. It may set to use same path for OpenSSL and this is flawed.
We need add better way to find out installed path. One way to use pkg-config --cflags openssl
Add provision to add custom OpenSSL folder path in makefiles.
The text was updated successfully, but these errors were encountered:
Following are the required enhancements,
Current way of finding out installed openssl library has some issue, like if ssl.h is installed in some other apps folder in system directory. It may set to use same path for OpenSSL and this is flawed.
We need add better way to find out installed path. One way to use pkg-config --cflags openssl
Add provision to add custom OpenSSL folder path in makefiles.
The text was updated successfully, but these errors were encountered: