mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Fix missing whitespace in todo
This commit is contained in:
parent
b354c9caf6
commit
924531341e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ def create_sig(msg, key_str, nonce=None, nonce_len=CONFIG.NONCE_SIZE):
|
|||
|
||||
.. todo:: Change this over to M2Crypto... PKey
|
||||
|
||||
.. todo::Protect against crypto unicode errors... is this sufficient?
|
||||
.. todo:: Protect against crypto unicode errors... is this sufficient?
|
||||
Do I need to escape?
|
||||
|
||||
:param str key_str: Key in string form. Accepted formats
|
||||
|
|
|
|||
Loading…
Reference in a new issue