Revert "Switch to sslcrypto for cryptography tasks (#2338)"
This reverts commit fbc7b6fc4f
.
This commit is contained in:
parent
2f7323043f
commit
958882c1c5
55 changed files with 7287 additions and 3748 deletions
|
@ -407,7 +407,7 @@ def db(request):
|
|||
return db
|
||||
|
||||
|
||||
@pytest.fixture(params=["sslcrypto", "sslcrypto_fallback", "libsecp256k1"])
|
||||
@pytest.fixture(params=["btctools", "openssl", "libsecp256k1"])
|
||||
def crypt_bitcoin_lib(request, monkeypatch):
|
||||
monkeypatch.setattr(CryptBitcoin, "lib_verify_best", request.param)
|
||||
CryptBitcoin.loadLib(request.param)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue