From bfcb8d6f65c49ee6cda2889a0d579fc5f9092e52 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 4 Sep 2012 21:59:21 +0000 Subject: 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 --- rpkid/rpki/POW/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'rpkid/rpki/POW/__init__.py') 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 ## -- cgit v1.2.3