mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
make sure we use our own modified M2Crypto everywhere
This commit is contained in:
parent
17aa133774
commit
0da690afb2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import web, redis, time
|
|||
import CSR
|
||||
import hashlib
|
||||
import hmac
|
||||
import M2Crypto
|
||||
from CSR import M2Crypto
|
||||
from Crypto import Random
|
||||
from chocolate_protocol_pb2 import chocolatemessage
|
||||
from google.protobuf.message import DecodeError
|
||||
|
|
|
|||
Loading…
Reference in a new issue