[crypticl-cvs] CVS crypticl/src

tskogan tskogan at common-lisp.net
Tue Jan 16 23:46:06 UTC 2007


Update of /project/crypticl/cvsroot/crypticl/src
In directory clnet:/tmp/cvs-serv25684

Modified Files:
	test.lisp 
Log Message:
Add SHA-256 tests to load-tests.


--- /project/crypticl/cvsroot/crypticl/src/test.lisp	2004/11/25 21:56:53	1.4
+++ /project/crypticl/cvsroot/crypticl/src/test.lisp	2007/01/16 23:46:06	1.5
@@ -53,6 +53,8 @@
   (test-AES)
   (test-RSA)
   (test-IDEA)
-  (test-DSA))
+  (test-DSA)
+  (test-SHA-256)
+  (format t "~&All Crypticl load-time tests successful!"))
 
 (run-tests)
\ No newline at end of file




More information about the Crypticl-cvs mailing list