mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
move docstring to the right place
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user