diff options
author | Rob Austein <sra@hactrn.net> | 2009-12-21 19:35:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-12-21 19:35:19 +0000 |
commit | 94191b3a9f2ab1f8339526e8fbe424fd56ad2a7d (patch) | |
tree | e7045630cf963e23eb4879103f8c3aaa85d09933 | |
parent | 01514ffc034a1d38f965a023f48ae92d0fdefc07 (diff) |
Seriously outdated header comment.
svn path=/rpkid/rpki/https.py; revision=2896
-rw-r--r-- | rpkid/rpki/https.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpkid/rpki/https.py b/rpkid/rpki/https.py index ed1f8546..c95c4f8d 100644 --- a/rpkid/rpki/https.py +++ b/rpkid/rpki/https.py @@ -1,10 +1,6 @@ """ HTTPS utilities, both client and server. -At the moment this only knows how to use the PEM certs in my -subversion repository; generalizing it would not be hard, but the more -general version should use SQL anyway. - $Id$ Copyright (C) 2009 Internet Systems Consortium ("ISC") |