Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init.cpp:543: undefined reference to `SSLeay_version' #8

Open
kkoenen opened this issue May 18, 2019 · 0 comments
Open

init.cpp:543: undefined reference to `SSLeay_version' #8

kkoenen opened this issue May 18, 2019 · 0 comments

Comments

@kkoenen
Copy link
Collaborator

kkoenen commented May 18, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant