Closed l-n-s closed 6 years ago
openssl 1.1
Another error here:
g++ -o vanitygen.o -c -Wall -std=c++11 -Wno-misleading-indentation -g -Ii2pd/libi2pd -Ii2pd/libi2pd_client -Ii2pd vanitygen.cpp
vanitygen.cpp: In function ‘int main(int, char**)’:
vanitygen.cpp:237:8: error: ‘SIGNING_KEY_TYPE_GOSTR3410_TC26_A_512_GOSTR3411_512_TEST’ is not a member of ‘i2p::data’
case i2p::data::SIGNING_KEY_TYPE_GOSTR3410_TC26_A_512_GOSTR3411_512_TEST:
^~~
vanitygen.cpp:262:8: error: ‘SIGNING_KEY_TYPE_GOSTR3410_CRYPTO_PRO_A_GOSTR3411_256_TEST’ is not a member of ‘i2p::data’
case i2p::data::SIGNING_KEY_TYPE_GOSTR3410_CRYPTO_PRO_A_GOSTR3411_256_TEST:
^~~
Makefile:64: recipe for target 'vanitygen.o' failed
make: *** [vanitygen.o] Error 1
i have a fix for that too let me PR that i forgot to
k, now it's building!
Also throws a lot of "pedantic" warnings about semicolon