-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I got a build failure on both Mac:
INFO: Building Crypto
gcc -Wno-deprecated-declarations -std=c99 -shared -fPIC digest.c ecdsa.c -o libcryptojl.dylib -lcrypto
ecdsa.c:4:10: fatal error: 'openssl/ec.h' file not found
#include <openssl/ec.h>
^
1 error generated.
make: *** [shared] Error 1
and Linux:
INFO: Building Crypto
gcc -Wno-deprecated-declarations -std=c99 -shared -fPIC digest.c ecdsa.c -o libcryptojl.so -lcrypto
ecdsa.c:4:24: fatal error: openssl/ec.h: No such file or directory
#include <openssl/ec.h>
^
compilation terminated.
make: *** [shared] Error 1
Metadata
Metadata
Assignees
Labels
No labels