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.
Steps to use custom openssl library:
Note: Tested with openssl 3.5.1 version
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.
Steps to use custom openssl library:
Note: Tested with openssl 3.5.1 version
make CUSTOM_OPENSSL_PATH=/home/ysahu/project/custom_ssl/openssl_custom_ins
The text was updated successfully, but these errors were encountered: