diff options
author | Rob Austein <sra@hactrn.net> | 2012-09-04 21:59:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-09-04 21:59:21 +0000 |
commit | bfcb8d6f65c49ee6cda2889a0d579fc5f9092e52 (patch) | |
tree | 264cbb29444fbf6c7a06c7d12f2518370d0d2b05 /rpkid/rpki/POW/__init__.py | |
parent | 4afd0257dbc5ce692227854a7897d9368f0b0553 (diff) |
As part of dragging POW.c into the 21st century, get rid of huge
swacks of code which either haven't been used in RPKI for years or
have never been used in RPKI at all, and which, in either case, I'd
rather not have to maintain: SSL/TLS, MD2, RIPEMD160, HMAC. There's
almost certainly more to prune, but this was the lowest-hanging fruit.
svn path=/branches/tk274/; revision=4696
Diffstat (limited to 'rpkid/rpki/POW/__init__.py')
-rw-r--r-- | rpkid/rpki/POW/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpkid/rpki/POW/__init__.py b/rpkid/rpki/POW/__init__.py index b150bbf1..b632c850 100644 --- a/rpkid/rpki/POW/__init__.py +++ b/rpkid/rpki/POW/__init__.py @@ -1,5 +1,4 @@ from _POW import * -from _POW import _docset ## @mainpage ## |