Merge pull request #2491 from imachug/import-sslcrypto

Import sslcrypto from lib
This commit is contained in:
ZeroNet 2020-03-21 21:50:35 +01:00 committed by GitHub
commit c90c887f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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