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

Undefined struct 'bignum_st' #116

Open
withoutuniverse opened this issue Feb 21, 2018 · 3 comments
Open

Undefined struct 'bignum_st' #116

withoutuniverse opened this issue Feb 21, 2018 · 3 comments

Comments

@withoutuniverse
Copy link

I faced this error:

vanitygen.c
pattern.h(54) : error C2079: '_vg_exec_context_s::vxc_bntarg' uses undefined struct 'bignum_st'
...
vanitygen.c(92) : error C2664: 'BN_set_word' : cannot convert parameter 1 from 'int *' to 'BIGNUM *'
...
vanitygen.c(134) : error C2065: 'BN_MASK2' : undeclared identifier

Could you please explain why it happened?

@DesWurstes
Copy link

It's caused by Openssl 1.1 incompatiblity. Try it with Openssl 1.0.X.

@Wikinaut
Copy link

See #106 (comment)

@ilovelinux
Copy link

Use Vanitygen Plus, it supports OpenSSL 1.1

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

4 participants