You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./configure --enable-openssl-tests
...
checking for libcrypto... yes
checking formainin -lcrypto... yes
checking forEC functionsin libcrypto... no
configure: error: OpenSSL tests requested but OpenSSL with EC support is not available
config.log
configure:14672: checking for EC functions in libcrypto
configure:14696: gcc -c -O2 -fvisibility=hidden -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -W -g conftest.c >&5
conftest.c:36:14: fatal error: 'openssl/ec.h' file not found
#include <openssl/ec.h>
^~~~~~~~~~~~~~
1 error generated.
I can PR a fix shortly if no-one beats me to it.
The text was updated successfully, but these errors were encountered:
config.log
I can PR a fix shortly if no-one beats me to it.
The text was updated successfully, but these errors were encountered: