diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-04 05:12:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-04 05:12:16 +0000 |
commit | 7cd69b778aa70f8f3a81cc1b26c629d9e7758168 (patch) | |
tree | f8d3d9fd38a51404de167becb44f5652165ae139 /rpkid/rpki/resource_set.py | |
parent | 62019d15a0a95a6ae87929cbb4e6e2c03a4d37dd (diff) |
POW => rpki.POW
svn path=/pow/POW-0.7/lib/pkix.py; revision=3598
Diffstat (limited to 'rpkid/rpki/resource_set.py')
-rw-r--r-- | rpkid/rpki/resource_set.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/rpki/resource_set.py b/rpkid/rpki/resource_set.py index 611f1f44..598db990 100644 --- a/rpkid/rpki/resource_set.py +++ b/rpkid/rpki/resource_set.py @@ -631,7 +631,7 @@ class resource_set_ipv6(resource_set_ip): def _bs2long(bs, addrlen, fill): """ - Utility function to convert a bitstring (POW.pkix tuple + Utility function to convert a bitstring (rpki.POW.pkix tuple representation) into a Python long. """ x = 0L @@ -643,7 +643,7 @@ def _bs2long(bs, addrlen, fill): def _long2bs(number, addrlen, prefixlen = None, strip = None): """ - Utility function to convert a Python long into a POW.pkix tuple + Utility function to convert a Python long into a rpki.POW.pkix tuple bitstring. This is a bit complicated because it supports the fiendishly compact encoding used in RFC 3779. """ |