samr7/vanitygen

make throws the following error.

quinnoaj opened this issue · 3 comments

cc

-ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:25: fatal error: openssl/sha.h: No such file or directory
#include <openssl/sha.h>
^
compilation terminated.
make: *** [vanitygen.o] Error 1

Install openssl?

This worked for me in Ubuntu or Debian based system:
sudo apt install libssl-dev