diff options
-rw-r--r-- | scripts/rpki/manifest.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/rpki/manifest.py b/scripts/rpki/manifest.py index 68cb1cce..2da70373 100644 --- a/scripts/rpki/manifest.py +++ b/scripts/rpki/manifest.py @@ -1,8 +1,7 @@ # $Id$ -"""Signed manifests. - -At the moment this is just the ASN.1 encoder. +"""Signed manifests. This is just the ASN.1 encoder, the rest is in +rpki.x509 with the rest of the DER_object code. """ from POW._der import * |