vanitygen icon indicating copy to clipboard operation
vanitygen copied to clipboard

Undefined struct 'bignum_st'

Open withoutuniverse opened this issue 7 years ago • 3 comments

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?

withoutuniverse avatar Feb 21 '18 19:02 withoutuniverse

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

DesWurstes avatar Mar 18 '18 13:03 DesWurstes

See https://github.com/samr7/vanitygen/issues/106#issuecomment-342441203

Wikinaut avatar May 12 '18 22:05 Wikinaut

Use Vanitygen Plus, it supports OpenSSL 1.1

ilovelinux avatar Jul 16 '18 12:07 ilovelinux