aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-19 14:20:52 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-19 14:20:52 -0500
commitedfd8f83de5f9f6d6a71ff7e6705a7676abf8c5a (patch)
tree06c09877945b3ffd47a68a2998b1ba0060740270
parent45e507f1349a0a7630408841b5470f36b2081925 (diff)
downloadcryptography-edfd8f83de5f9f6d6a71ff7e6705a7676abf8c5a.tar.gz
cryptography-edfd8f83de5f9f6d6a71ff7e6705a7676abf8c5a.tar.bz2
cryptography-edfd8f83de5f9f6d6a71ff7e6705a7676abf8c5a.zip
too many newlines
-rw-r--r--src/cryptography/x509/oid.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptography/x509/oid.py b/src/cryptography/x509/oid.py
index 329eba9f..f398e46d 100644
--- a/src/cryptography/x509/oid.py
+++ b/src/cryptography/x509/oid.py
@@ -87,7 +87,6 @@ class NameOID(object):
)
-
class SignatureAlgorithmOID(object):
RSA_WITH_MD5 = ObjectIdentifier("1.2.840.113549.1.1.4")
RSA_WITH_SHA1 = ObjectIdentifier("1.2.840.113549.1.1.5")