mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Undefined name: make_key() -> make_rsa_key()
This commit is contained in:
parent
5d56c1f4b2
commit
9f7e1ccacb
@ -256,8 +256,8 @@ class OnDemandKeys(object):
|
||||
|
||||
|
||||
def signdesc(body, args_out=None):
|
||||
rsa, ident_pem, id_digest = make_key()
|
||||
_, onion_pem, _ = make_key()
|
||||
rsa, ident_pem, id_digest = make_rsa_key()
|
||||
_, onion_pem, _ = make_rsa_key()
|
||||
|
||||
need_ed = '{ED25519-CERT}' in body or '{ED25519-SIGNATURE}' in body
|
||||
if need_ed:
|
||||
|
Loading…
Reference in New Issue
Block a user