| changeset 1153 | 42db888aaf7b |
| child 1209 | 127a6bd4dacb |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/scapy/crypto/__init__.py Mon Nov 02 22:09:11 2009 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +## This file is part of Scapy 1.5 +## See http://www.secdev.org/projects/scapy for more informations 1.6 +## Copyright (C) Arnaud Ebalard <arno@natisbad.org> 1.7 +## This program is published under a GPLv2 license 1.8 + 1.9 +__all__ = ["cert"]