diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-07-31 23:15:56 -0400 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-09-21 05:21:30 +0000 |
commit | 3861f0fa21c5ecb39e0b89377bf55e7bd5a387ef (patch) | |
tree | 9480e969ae7d6647a0fb0b4273a1acda72266f42 /src/secp256k1 | |
parent | 04507de3b7af34c2fcb1b90f405b2e8a9c35ebe9 (diff) |
build: fix libressl detection
Checking libcrypto for a function after we've already found a (possibly
different) libcrypto is not what we want to do here.
pkg-config might've found a cross lib while AC_CHECK_LIB may find a different
or native one.
Run a link-test against the lib that's already been found instead.
Diffstat (limited to 'src/secp256k1')
0 files changed, 0 insertions, 0 deletions