-
Notifications
You must be signed in to change notification settings - Fork 95
Description
The instructon given is no longer buildable. Compilation stops at:
tools/lib/ecdsa/ecdsa-libcrypto.o: In function prepare_ctx': ecdsa-libcrypto.c:(.text+0xcd): undefined reference to
OPENSSL_init_ssl'
ecdsa-libcrypto.c:(.text+0x185): undefined reference to EC_GROUP_order_bits' tools/lib/ecdsa/ecdsa-libcrypto.o: In function
ecdsa_check_signature.isra.3':
ecdsa-libcrypto.c:(.text+0x3ad): undefined reference to ECDSA_SIG_set0' tools/lib/ecdsa/ecdsa-libcrypto.o: In function
ecdsa_sign':
ecdsa-libcrypto.c:(.text+0x497): undefined reference to ECDSA_SIG_get0' ecdsa-libcrypto.c:(.text+0x4ae): undefined reference to
BN_bn2binpad'
ecdsa-libcrypto.c:(.text+0x4c0): undefined reference to BN_bn2binpad' tools/lib/ecdsa/ecdsa-libcrypto.o: In function
ecdsa_add_verify_data':
ecdsa-libcrypto.c:(.text+0x68a): undefined reference to EC_GROUP_order_bits' ecdsa-libcrypto.c:(.text+0x6d2): undefined reference to
EC_POINT_get_affine_coordinates'
collect2: error: ld returned 1 exit status
scripts/Makefile.host:104: recipe for target 'tools/dumpimage' failed