This commit is contained in:
Pieter Wuille
2013-05-06 13:28:46 +02:00
parent 2fb64b2da2
commit 7b03d836be
2 changed files with 2 additions and 8 deletions

2
configure vendored
View File

@@ -52,7 +52,7 @@ fi
# test openssl/EC
HAVE_OPENSSL_EC=0
if [ "$HAVE_OPENSSL" = "1" ]; then
$CC $CFLAGS -std=c99 -x c - -o /dev/null -lcrypto <<EOF
$CC $CFLAGS -std=c99 -x c - -o /dev/null -lcrypto 2>/dev/null <<EOF
#include <openssl/ec.h>
#include <openssl/ecdsa.h>
#include <openssl/obj_mac.h>