Test script/output for cryptmodule.c added to testall.py and testall.out
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index 9d680b1..176be56 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -12,6 +12,7 @@
 for t in ['test_opcodes', 'test_operations', 'test_builtin',
 	  'test_exceptions', 'test_types', 'test_math', 'test_time',
 	  'test_array', 'test_strop', 'test_md5', 'test_cmath',
+	  'test_crypt',
 	  ]:
     print t
     unload(t)