Merge pull request #2491 from imachug/import-sslcrypto
Import sslcrypto from lib
This commit is contained in:
commit
c90c887f8f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from Config import config
|
|||
|
||||
lib_verify_best = "sslcrypto"
|
||||
|
||||
import sslcrypto
|
||||
from lib import sslcrypto
|
||||
sslcurve_native = sslcrypto.ecc.get_curve("secp256k1")
|
||||
sslcurve_fallback = sslcrypto.fallback.ecc.get_curve("secp256k1")
|
||||
sslcurve = sslcurve_native
|
||||
|
|
Loading…
Reference in a new issue