mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
move docstring to the right place
This commit is contained in:
parent
de867e26c8
commit
900120de95
1 changed files with 1 additions and 1 deletions
|
|
@ -37,8 +37,8 @@ def parse(csr):
|
|||
return False
|
||||
|
||||
def modulusbits(key):
|
||||
key = str(key)
|
||||
"""How many bits are in the modulus of this key?"""
|
||||
key = str(key)
|
||||
bio = M2Crypto.BIO.MemoryBuffer(key)
|
||||
pubkey = M2Crypto.RSA.load_pub_key_bio(bio)
|
||||
return len(pubkey)
|
||||
|
|
|
|||
Loading…
Reference in a new issue