ReclaimYourPrivacy/eschalot

Debian 9.5 openssl/bn.h

Closed this issue · 1 comments

openssl/bn.h: Aucun fichier ou dossier de ce type
#include <openssl/bn.h>
^
compilation terminated.
Makefile:45 : la recette pour la cible « eschalot » a échouée
make: *** [eschalot] Erreur 1

sudo apt install libssl-dev

make
cc -std=c99 -O2 -fPIC -finline-functions -Wall -W -Wunused -pedantic -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wcast-qual -Wextra -o eschalot eschalot.c -lpthread -lssl -lcrypto
cc -std=c99 -O2 -fPIC -finline-functions -Wall -W -Wunused -pedantic -Wpointer-arith -Wreturn-type -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wcast-qual -Wextra -o worgen worgen.c

./eschalot -vct4 -r "deep" >> resultats.txt
Work Good.

( I have the same problem wirh Shallot : katmagic/Shallot#38 )