Import sslcrypto from lib

This commit is contained in:
Ivanq 2020-03-21 22:52:56 +03:00
parent 1eec388252
commit a4d91f7081
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