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
Method SSLeay_version was depricated. In init.cpp, the variable is only used to do a printf, so the easy solution at this point is to comment out that line.
// printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION));
We need to review the code against the most recent version of OpenSSL. I believe BN_init() (bignum.h) is also depricated and should be replaced by scriptnum10.h routines.
The text was updated successfully, but these errors were encountered:
Method SSLeay_version was depricated. In init.cpp, the variable is only used to do a printf, so the easy solution at this point is to comment out that line.
// printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION));
We need to review the code against the most recent version of OpenSSL. I believe BN_init() (bignum.h) is also depricated and should be replaced by scriptnum10.h routines.
The text was updated successfully, but these errors were encountered: