aboutsummaryrefslogtreecommitdiff
path: root/rpki/fields.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-10-22 02:02:23 +0000
committerRob Austein <sra@hactrn.net>2015-10-22 02:02:23 +0000
commit32d43381dfc0370acb774951f9cdd0cdb1ab7f1b (patch)
treecfb37241df8d869ed08a24b3021a4a599cb98bdb /rpki/fields.py
parent1ca142b706eab552f9e2c575ef15d1862516393b (diff)
First cut at replacing rpkid's HTTP and I/O system with Tornado. Not
quite working perfectly yet (cron is a bit wonky) but manages to produce an initial set of ROAs without thowing any exceptions, and code is already much cleaner than the old callback-based horror. svn path=/branches/tk705/; revision=6139
Diffstat (limited to 'rpki/fields.py')
-rw-r--r--rpki/fields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/fields.py b/rpki/fields.py
index 6c71ac35..9fc57e51 100644
--- a/rpki/fields.py
+++ b/rpki/fields.py
@@ -173,7 +173,7 @@ class RSAPrivateKeyField(DERField):
description = "RSA keypair"
rpki_type = rpki.x509.RSA
-KeyField = RSAPrivateKeyField # XXX backwards compatability
+KeyField = RSAPrivateKeyField
class PublicKeyField(DERField):
description = "RSA keypair"